#CBFFA9

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

Shades of Reef #CBFFA9

Tints of Reef #CBFFA9

Color information

#CBFFA9 (or 0xCBFFA9) is unknown color: approx Reef. HEX triplet: CB, FF and A9. RGB value is (203,255,169). Sum of RGB (Red+Green+Blue) = 203+255+169=627 (83% of max value = 765). Red value is 203 (79.69% from 255 or 32.38% from 627); Green value is 255 (100% from 255 or 40.67% from 627); Blue value is 169 (66.41% from 255 or 26.95% from 627); Max value from RGB is 255 - color contains mainly: green. Hex color #CBFFA9 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CBFFA9 is #340056. Grayscale: #E5E5E5. Windows color (decimal): -3407959 or 11141067. OLE color: 11141067.

HSL color Cylindrical-coordinate representation of color #CBFFA9: hue angle of 96.28º degrees, saturation: 1, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #CBFFA9 is Cyan = 0.20, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.

Color convert

RGB203255169-
CMYK0.2000.340
HSL96.28º100%83.14%-
HSV(B)96.28º33.73%100%-
XYZ67.5587.0850.78-
YUV229.6593.77108.99-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 32.38%
GREEN value IS 255 (100% from 255) = 40.67%
BLUE value IS 169 (66.41% from 255) = 26.95%
R=32.38%
G=40.67%
B=26.95%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2032551690.2000.34096.2810083.14
HexCBFFA9140220606453
Octal313377251240420140144123
Binary1100101111111111101010011010001000100110000011001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBFFA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBFFA9; }

 p { color: rgb(203,255,169); }

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

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

 a { background-color: rgb(203,255,169); }

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

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

 span { border-color: rgb(203,255,169); }

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