#CFF5AC

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

Shades of Reef #CFF5AC

Tints of Reef #CFF5AC

Color information

#CFF5AC (or 0xCFF5AC) is unknown color: approx Reef. HEX triplet: CF, F5 and AC. RGB value is (207,245,172). Sum of RGB (Red+Green+Blue) = 207+245+172=624 (82% of max value = 765). Red value is 207 (81.25% from 255 or 33.17% from 624); Green value is 245 (96.09% from 255 or 39.26% from 624); Blue value is 172 (67.58% from 255 or 27.56% from 624); Max value from RGB is 245 - color contains mainly: green. Hex color #CFF5AC is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CFF5AC is #300A53. Grayscale: #E1E1E1. Windows color (decimal): -3148372 or 11335119. OLE color: 11335119.

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

Color convert

RGB207245172-
CMYK0.1600.300.04
HSL91.23º78.49%81.76%-
HSV(B)91.23º29.8%96.08%-
XYZ65.8381.5551.3-
YUV225.3297.91114.94-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 33.17%
GREEN value IS 245 (96.09% from 255) = 39.26%
BLUE value IS 172 (67.58% from 255) = 27.56%
R=33.17%
G=39.26%
B=27.56%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2072451720.1600.300.0491.2378.4981.76
HexCFF5AC1001E45b4e52
Octal317365254200364133116122
Binary11001111111101011010110010000011110100101101110011101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFF5AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFF5AC; }

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

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

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

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

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

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

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

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