#CFF7AC

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

Shades of Reef #CFF7AC

Tints of Reef #CFF7AC

Color information

#CFF7AC (or 0xCFF7AC) is unknown color: approx Reef. HEX triplet: CF, F7 and AC. RGB value is (207,247,172). Sum of RGB (Red+Green+Blue) = 207+247+172=626 (82% of max value = 765). Red value is 207 (81.25% from 255 or 33.07% from 626); Green value is 247 (96.88% from 255 or 39.46% from 626); Blue value is 172 (67.58% from 255 or 27.48% from 626); Max value from RGB is 247 - color contains mainly: green. Hex color #CFF7AC is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CFF7AC is #300853. Grayscale: #E2E2E2. Windows color (decimal): -3147860 or 11335631. OLE color: 11335631.

HSL color Cylindrical-coordinate representation of color #CFF7AC: hue angle of 92º degrees, saturation: 0.82, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CFF7AC is Cyan = 0.16, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.03.

Color convert

RGB207247172-
CMYK0.1600.300.03
HSL92º82.42%82.16%-
HSV(B)92º30.36%96.86%-
XYZ66.4482.7751.5-
YUV226.4997.25114.1-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 33.07%
GREEN value IS 247 (96.88% from 255) = 39.46%
BLUE value IS 172 (67.58% from 255) = 27.48%
R=33.07%
G=39.46%
B=27.48%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2072471720.1600.300.039282.4282.16
HexCFF7AC1001E35c5252
Octal317367254200363134122122
Binary1100111111110111101011001000001111011101110010100101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFF7AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFF7AC; }

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

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

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

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

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

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

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

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