#CFF0AB

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

Shades of Reef #CFF0AB

Tints of Reef #CFF0AB

Color information

#CFF0AB (or 0xCFF0AB) is unknown color: approx Reef. HEX triplet: CF, F0 and AB. RGB value is (207,240,171). Sum of RGB (Red+Green+Blue) = 207+240+171=618 (81% of max value = 765). Red value is 207 (81.25% from 255 or 33.50% from 618); Green value is 240 (94.14% from 255 or 38.83% from 618); Blue value is 171 (67.19% from 255 or 27.67% from 618); Max value from RGB is 240 - color contains mainly: green. Hex color #CFF0AB is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CFF0AB is #300F54. Grayscale: #DEDEDE. Windows color (decimal): -3149653 or 11268303. OLE color: 11268303.

HSL color Cylindrical-coordinate representation of color #CFF0AB: hue angle of 88.7º degrees, saturation: 0.7, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CFF0AB is Cyan = 0.14, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.06.

Color convert

RGB207240171-
CMYK0.1400.290.06
HSL88.7º69.7%80.59%-
HSV(B)88.7º28.75%94.12%-
XYZ64.2478.5350.3-
YUV222.2799.07117.11-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 33.50%
GREEN value IS 240 (94.14% from 255) = 38.83%
BLUE value IS 171 (67.19% from 255) = 27.67%
R=33.50%
G=38.83%
B=27.67%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2072401710.1400.290.0688.769.780.59
HexCFF0ABE01D6594651
Octal317360253160356131106121
Binary1100111111110000101010111110011101110101100110001101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFF0AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFF0AB; }

 p { color: rgb(207,240,171); }

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

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

 a { background-color: rgb(207,240,171); }

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

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

 span { border-color: rgb(207,240,171); }

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