#CFE4AC

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

Shades of Reef #CFE4AC

Tints of Reef #CFE4AC

Color information

#CFE4AC (or 0xCFE4AC) is unknown color: approx Reef. HEX triplet: CF, E4 and AC. RGB value is (207,228,172). Sum of RGB (Red+Green+Blue) = 207+228+172=607 (80% of max value = 765). Red value is 207 (81.25% from 255 or 34.10% from 607); Green value is 228 (89.45% from 255 or 37.56% from 607); Blue value is 172 (67.58% from 255 or 28.34% from 607); Max value from RGB is 228 - color contains mainly: green. Hex color #CFE4AC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFE4AC is #301B53. Grayscale: #D7D7D7. Windows color (decimal): -3152724 or 11330767. OLE color: 11330767.

HSL color Cylindrical-coordinate representation of color #CFE4AC: hue angle of 82.5º degrees, saturation: 0.51, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #CFE4AC is Cyan = 0.09, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.11.

Color convert

RGB207228172-
CMYK0.0900.250.11
HSL82.5º50.91%78.43%-
HSV(B)82.5º24.56%89.41%-
XYZ60.9271.7349.66-
YUV215.34103.54122.05-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 34.10%
GREEN value IS 228 (89.45% from 255) = 37.56%
BLUE value IS 172 (67.58% from 255) = 28.34%
R=34.10%
G=37.56%
B=28.34%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2072281720.0900.250.1182.550.9178.43
HexCFE4AC9019B52334e
Octal317344254110311312263116
Binary1100111111100100101011001001011001101110100101100111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFE4AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFE4AC; }

 p { color: rgb(207,228,172); }

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

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

 a { background-color: rgb(207,228,172); }

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

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

 span { border-color: rgb(207,228,172); }

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