#CBF09C

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

Shades of Reef #CBF09C

Tints of Reef #CBF09C

Color information

#CBF09C (or 0xCBF09C) is unknown color: approx Reef. HEX triplet: CB, F0 and 9C. RGB value is (203,240,156). Sum of RGB (Red+Green+Blue) = 203+240+156=599 (79% of max value = 765). Red value is 203 (79.69% from 255 or 33.89% from 599); Green value is 240 (94.14% from 255 or 40.07% from 599); Blue value is 156 (61.33% from 255 or 26.04% from 599); Max value from RGB is 240 - color contains mainly: green. Hex color #CBF09C is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CBF09C is #340F63. Grayscale: #DBDBDB. Windows color (decimal): -3411812 or 10285259. OLE color: 10285259.

HSL color Cylindrical-coordinate representation of color #CBF09C: hue angle of 86.43º degrees, saturation: 0.74, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #CBF09C is Cyan = 0.15, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.06.

Color convert

RGB203240156-
CMYK0.1500.350.06
HSL86.43º73.68%77.65%-
HSV(B)86.43º35%94.12%-
XYZ61.7977.4243.14-
YUV219.3692.24116.33-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 33.89%
GREEN value IS 240 (94.14% from 255) = 40.07%
BLUE value IS 156 (61.33% from 255) = 26.04%
R=33.89%
G=40.07%
B=26.04%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2032401560.1500.350.0686.4373.6877.65
HexCBF09CF0236564a4e
Octal313360234170436126112116
Binary11001011111100001001110011110100011110101011010010101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBF09C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBF09C; }

 p { color: rgb(203,240,156); }

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

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

 a { background-color: rgb(203,240,156); }

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

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

 span { border-color: rgb(203,240,156); }

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