#7FCBC9

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

Shades of Bermuda #7FCBC9

Tints of Bermuda #7FCBC9

Color information

#7FCBC9 (or 0x7FCBC9) is unknown color: approx Bermuda. HEX triplet: 7F, CB and C9. RGB value is (127,203,201). Sum of RGB (Red+Green+Blue) = 127+203+201=531 (70% of max value = 765). Red value is 127 (50% from 255 or 23.92% from 531); Green value is 203 (79.69% from 255 or 38.23% from 531); Blue value is 201 (78.91% from 255 or 37.85% from 531); Max value from RGB is 203 - color contains mainly: green. Hex color #7FCBC9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7FCBC9 is #803436. Grayscale: #B3B3B3. Windows color (decimal): -8401975 or 13224831. OLE color: 13224831.

HSL color Cylindrical-coordinate representation of color #7FCBC9: hue angle of 178.42º degrees, saturation: 0.42, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #7FCBC9 is Cyan = 0.37, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.20.

Color convert

RGB127203201-
CMYK0.3700.010.20
HSL178.42º42.22%64.71%-
HSV(B)178.42º37.44%79.61%-
XYZ40.6551.4463.04-
YUV180.05139.8290.16-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 23.92%
GREEN value IS 203 (79.69% from 255) = 38.23%
BLUE value IS 201 (78.91% from 255) = 37.85%
R=23.92%
G=38.23%
B=37.85%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1272032010.3700.010.20178.4242.2264.71
Hex7FCBC9250114b22a41
Octal17731331145012426252101
Binary111111111001011110010011001010110100101100101010101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FCBC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,203,201); }

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

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

 a { background-color: rgb(127,203,201); }

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

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

 span { border-color: rgb(127,203,201); }

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