#CBF6AB

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

Shades of Reef #CBF6AB

Tints of Reef #CBF6AB

Color information

#CBF6AB (or 0xCBF6AB) is unknown color: approx Reef. HEX triplet: CB, F6 and AB. RGB value is (203,246,171). Sum of RGB (Red+Green+Blue) = 203+246+171=620 (82% of max value = 765). Red value is 203 (79.69% from 255 or 32.74% from 620); Green value is 246 (96.48% from 255 or 39.68% from 620); Blue value is 171 (67.19% from 255 or 27.58% from 620); Max value from RGB is 246 - color contains mainly: green. Hex color #CBF6AB is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CBF6AB is #340954. Grayscale: #E0E0E0. Windows color (decimal): -3410261 or 11269835. OLE color: 11269835.

HSL color Cylindrical-coordinate representation of color #CBF6AB: hue angle of 94.4º degrees, saturation: 0.81, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CBF6AB is Cyan = 0.17, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.04.

Color convert

RGB203246171-
CMYK0.1700.300.04
HSL94.4º80.65%81.76%-
HSV(B)94.4º30.49%96.47%-
XYZ64.9481.5550.85-
YUV224.5997.75112.6-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 32.74%
GREEN value IS 246 (96.48% from 255) = 39.68%
BLUE value IS 171 (67.19% from 255) = 27.58%
R=32.74%
G=39.68%
B=27.58%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2032461710.1700.300.0494.480.6581.76
HexCBF6AB1101E45e5152
Octal313366253210364136121122
Binary11001011111101101010101110001011110100101111010100011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBF6AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBF6AB; }

 p { color: rgb(203,246,171); }

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

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

 a { background-color: rgb(203,246,171); }

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

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

 span { border-color: rgb(203,246,171); }

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