#CBFA9F

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

Shades of Reef #CBFA9F

Tints of Reef #CBFA9F

Color information

#CBFA9F (or 0xCBFA9F) is unknown color: approx Reef. HEX triplet: CB, FA and 9F. RGB value is (203,250,159). Sum of RGB (Red+Green+Blue) = 203+250+159=612 (81% of max value = 765). Red value is 203 (79.69% from 255 or 33.17% from 612); Green value is 250 (98.05% from 255 or 40.85% from 612); Blue value is 159 (62.5% from 255 or 25.98% from 612); Max value from RGB is 250 - color contains mainly: green. Hex color #CBFA9F is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CBFA9F is #340560. Grayscale: #E1E1E1. Windows color (decimal): -3409249 or 10484427. OLE color: 10484427.

HSL color Cylindrical-coordinate representation of color #CBFA9F: hue angle of 90.99º degrees, saturation: 0.9, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #CBFA9F is Cyan = 0.19, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.02.

Color convert

RGB203250159-
CMYK0.1900.360.02
HSL90.99º90.1%80.2%-
HSV(B)90.99º36.4%98.04%-
XYZ65.0783.5745.5-
YUV225.5790.43111.9-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 33.17%
GREEN value IS 250 (98.05% from 255) = 40.85%
BLUE value IS 159 (62.5% from 255) = 25.98%
R=33.17%
G=40.85%
B=25.98%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2032501590.1900.360.0290.9990.180.2
HexCBFA9F1302425b5a50
Octal313372237230442133132120
Binary11001011111110101001111110011010010010101101110110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBFA9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBFA9F; }

 p { color: rgb(203,250,159); }

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

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

 a { background-color: rgb(203,250,159); }

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

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

 span { border-color: rgb(203,250,159); }

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