#CBF9A8

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

Shades of Reef #CBF9A8

Tints of Reef #CBF9A8

Color information

#CBF9A8 (or 0xCBF9A8) is unknown color: approx Reef. HEX triplet: CB, F9 and A8. RGB value is (203,249,168). Sum of RGB (Red+Green+Blue) = 203+249+168=620 (82% of max value = 765). Red value is 203 (79.69% from 255 or 32.74% from 620); Green value is 249 (97.66% from 255 or 40.16% from 620); Blue value is 168 (66.02% from 255 or 27.10% from 620); Max value from RGB is 249 - color contains mainly: green. Hex color #CBF9A8 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CBF9A8 is #340657. Grayscale: #E2E2E2. Windows color (decimal): -3409496 or 11073995. OLE color: 11073995.

HSL color Cylindrical-coordinate representation of color #CBF9A8: hue angle of 94.07º degrees, saturation: 0.87, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CBF9A8 is Cyan = 0.18, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.02.

Color convert

RGB203249168-
CMYK0.1800.330.02
HSL94.07º87.1%81.76%-
HSV(B)94.07º32.53%97.65%-
XYZ65.5783.2849.66-
YUV226.0195.26111.59-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 32.74%
GREEN value IS 249 (97.66% from 255) = 40.16%
BLUE value IS 168 (66.02% from 255) = 27.10%
R=32.74%
G=40.16%
B=27.10%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2032491680.1800.330.0294.0787.181.76
HexCBF9A81202125e5752
Octal313371250220412136127122
Binary11001011111110011010100010010010000110101111010101111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBF9A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBF9A8; }

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

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

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

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

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

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

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

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