#7FCEC4

Color #7FCEC4 Bermuda (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bermuda #7FCEC4

Tints of Bermuda #7FCEC4

Color information

#7FCEC4 (or 0x7FCEC4) is unknown color: approx Bermuda. HEX triplet: 7F, CE and C4. RGB value is (127,206,196). Sum of RGB (Red+Green+Blue) = 127+206+196=529 (70% of max value = 765). Red value is 127 (50% from 255 or 24.01% from 529); Green value is 206 (80.86% from 255 or 38.94% from 529); Blue value is 196 (76.95% from 255 or 37.05% from 529); Max value from RGB is 206 - color contains mainly: green. Hex color #7FCEC4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7FCEC4 is #80313B. Grayscale: #B5B5B5. Windows color (decimal): -8401212 or 12897919. OLE color: 12897919.

HSL color Cylindrical-coordinate representation of color #7FCEC4: hue angle of 172.41º degrees, saturation: 0.45, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7FCEC4 is Cyan = 0.38, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.19.

Color convert

RGB127206196-
CMYK0.3800.050.19
HSL172.41º44.63%65.29%-
HSV(B)172.41º38.35%80.78%-
XYZ40.7952.6460.24-
YUV181.24136.3389.31-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 127 (50% from 255) = 24.01%
GREEN value IS 206 (80.86% from 255) = 38.94%
BLUE value IS 196 (76.95% from 255) = 37.05%
R=24.01%
G=38.94%
B=37.05%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1272061960.3800.050.19172.4144.6365.29
Hex7FCEC4260513ac2d41
Octal17731630446052325455101
Binary11111111100111011000100100110010110011101011001011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FCEC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7FCEC4; }

 p { color: rgb(127,206,196); }

 H1.HeaderClassName
 {
   color: #7FCEC4;
 }
 .AnyTagClassName
 {
   color: #7FCEC4;
 }
</style>
background-color css

<style>
 a { background-color: #7FCEC4; }

 a { background-color: rgb(127,206,196); }

 div.DivClassName
 {
   background-color: #7FCEC4;
 }
 .BgClassName
 {
   background-color: #7FCEC4;
 }
</style>
border-color css

<style>
 span { border-color: #7FCEC4; }

 span { border-color: rgb(127,206,196); }

 td.TdClassName
 {
   border-color: #7FCEC4;
 }
 .TagClassName
 {
   border-color: #7FCEC4;
 }
</style>