#CFF1AB

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

Shades of Reef #CFF1AB

Tints of Reef #CFF1AB

Color information

#CFF1AB (or 0xCFF1AB) is unknown color: approx Reef. HEX triplet: CF, F1 and AB. RGB value is (207,241,171). Sum of RGB (Red+Green+Blue) = 207+241+171=619 (81% of max value = 765). Red value is 207 (81.25% from 255 or 33.44% from 619); Green value is 241 (94.53% from 255 or 38.93% from 619); Blue value is 171 (67.19% from 255 or 27.63% from 619); Max value from RGB is 241 - color contains mainly: green. Hex color #CFF1AB is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CFF1AB is #300E54. Grayscale: #DFDFDF. Windows color (decimal): -3149397 or 11268559. OLE color: 11268559.

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

Color convert

RGB207241171-
CMYK0.1400.290.05
HSL89.14º71.43%80.78%-
HSV(B)89.14º29.05%94.51%-
XYZ64.5479.1250.4-
YUV222.8598.74116.69-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 33.44%
GREEN value IS 241 (94.53% from 255) = 38.93%
BLUE value IS 171 (67.19% from 255) = 27.63%
R=33.44%
G=38.93%
B=27.63%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2072411710.1400.290.0589.1471.4380.78
HexCFF1ABE01D5594751
Octal317361253160355131107121
Binary1100111111110001101010111110011101101101100110001111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFF1AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFF1AB; }

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

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

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

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

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

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

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

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