#CBEFA8

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

Shades of Reef #CBEFA8

Tints of Reef #CBEFA8

Color information

#CBEFA8 (or 0xCBEFA8) is unknown color: approx Reef. HEX triplet: CB, EF and A8. RGB value is (203,239,168). Sum of RGB (Red+Green+Blue) = 203+239+168=610 (80% of max value = 765). Red value is 203 (79.69% from 255 or 33.28% from 610); Green value is 239 (93.75% from 255 or 39.18% from 610); Blue value is 168 (66.02% from 255 or 27.54% from 610); Max value from RGB is 239 - color contains mainly: green. Hex color #CBEFA8 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CBEFA8 is #341057. Grayscale: #DCDCDC. Windows color (decimal): -3412056 or 11071435. OLE color: 11071435.

HSL color Cylindrical-coordinate representation of color #CBEFA8: hue angle of 90.42º degrees, saturation: 0.69, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CBEFA8 is Cyan = 0.15, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.06.

Color convert

RGB203239168-
CMYK0.1500.300.06
HSL90.42º68.93%79.8%-
HSV(B)90.42º29.71%93.73%-
XYZ62.5677.2648.66-
YUV220.1498.57115.77-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 33.28%
GREEN value IS 239 (93.75% from 255) = 39.18%
BLUE value IS 168 (66.02% from 255) = 27.54%
R=33.28%
G=39.18%
B=27.54%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2032391680.1500.300.0690.4268.9379.8
HexCBEFA8F01E65a4550
Octal313357250170366132105120
Binary1100101111101111101010001111011110110101101010001011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBEFA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBEFA8; }

 p { color: rgb(203,239,168); }

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

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

 a { background-color: rgb(203,239,168); }

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

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

 span { border-color: rgb(203,239,168); }

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