#CFF4AB

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

Shades of Reef #CFF4AB

Tints of Reef #CFF4AB

Color information

#CFF4AB (or 0xCFF4AB) is unknown color: approx Reef. HEX triplet: CF, F4 and AB. RGB value is (207,244,171). Sum of RGB (Red+Green+Blue) = 207+244+171=622 (82% of max value = 765). Red value is 207 (81.25% from 255 or 33.28% from 622); Green value is 244 (95.70% from 255 or 39.23% from 622); Blue value is 171 (67.19% from 255 or 27.49% from 622); Max value from RGB is 244 - color contains mainly: green. Hex color #CFF4AB is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CFF4AB is #300B54. Grayscale: #E0E0E0. Windows color (decimal): -3148629 or 11269327. OLE color: 11269327.

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

Color convert

RGB207244171-
CMYK0.1500.300.04
HSL90.41º76.84%81.37%-
HSV(B)90.41º29.92%95.69%-
XYZ65.4380.9150.7-
YUV224.6197.74115.44-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 33.28%
GREEN value IS 244 (95.70% from 255) = 39.23%
BLUE value IS 171 (67.19% from 255) = 27.49%
R=33.28%
G=39.23%
B=27.49%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2072441710.1500.300.0490.4176.8481.37
HexCFF4ABF01E45a4d51
Octal317364253170364132115121
Binary1100111111110100101010111111011110100101101010011011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFF4AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFF4AB; }

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

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

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

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

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

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

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

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