#CFE6AC

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

Shades of Reef #CFE6AC

Tints of Reef #CFE6AC

Color information

#CFE6AC (or 0xCFE6AC) is unknown color: approx Reef. HEX triplet: CF, E6 and AC. RGB value is (207,230,172). Sum of RGB (Red+Green+Blue) = 207+230+172=609 (80% of max value = 765). Red value is 207 (81.25% from 255 or 33.99% from 609); Green value is 230 (90.23% from 255 or 37.77% from 609); Blue value is 172 (67.58% from 255 or 28.24% from 609); Max value from RGB is 230 - color contains mainly: green. Hex color #CFE6AC is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CFE6AC is #301953. Grayscale: #D8D8D8. Windows color (decimal): -3152212 or 11331279. OLE color: 11331279.

HSL color Cylindrical-coordinate representation of color #CFE6AC: hue angle of 83.79º degrees, saturation: 0.54, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #CFE6AC is Cyan = 0.10, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.10.

Color convert

RGB207230172-
CMYK0.1000.250.10
HSL83.79º53.7%78.82%-
HSV(B)83.79º25.22%90.2%-
XYZ61.4872.8449.85-
YUV216.51102.88121.22-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 33.99%
GREEN value IS 230 (90.23% from 255) = 37.77%
BLUE value IS 172 (67.58% from 255) = 28.24%
R=33.99%
G=37.77%
B=28.24%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2072301720.1000.250.1083.7953.778.82
HexCFE6ACA019A54364f
Octal317346254120311212466117
Binary1100111111100110101011001010011001101010101001101101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFE6AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFE6AC; }

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

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

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

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

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

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

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

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