#CFEAB1

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

Shades of Reef #CFEAB1

Tints of Reef #CFEAB1

Color information

#CFEAB1 (or 0xCFEAB1) is unknown color: approx Reef. HEX triplet: CF, EA and B1. RGB value is (207,234,177). Sum of RGB (Red+Green+Blue) = 207+234+177=618 (81% of max value = 765). Red value is 207 (81.25% from 255 or 33.50% from 618); Green value is 234 (91.80% from 255 or 37.86% from 618); Blue value is 177 (69.53% from 255 or 28.64% from 618); Max value from RGB is 234 - color contains mainly: green. Hex color #CFEAB1 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CFEAB1 is #30154E. Grayscale: #DBDBDB. Windows color (decimal): -3151183 or 11659983. OLE color: 11659983.

HSL color Cylindrical-coordinate representation of color #CFEAB1: hue angle of 88.42º degrees, saturation: 0.58, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #CFEAB1 is Cyan = 0.12, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.08.

Color convert

RGB207234177-
CMYK0.1200.240.08
HSL88.42º57.58%80.59%-
HSV(B)88.42º24.36%91.76%-
XYZ63.0975.2952.8-
YUV219.43104.05119.13-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 33.50%
GREEN value IS 234 (91.80% from 255) = 37.86%
BLUE value IS 177 (69.53% from 255) = 28.64%
R=33.50%
G=37.86%
B=28.64%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2072341770.1200.240.0888.4257.5880.59
HexCFEAB1C0188583a51
Octal317352261140301013072121
Binary1100111111101010101100011100011000100010110001110101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFEAB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFEAB1; }

 p { color: rgb(207,234,177); }

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

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

 a { background-color: rgb(207,234,177); }

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

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

 span { border-color: rgb(207,234,177); }

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