#CFF1AC

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

Shades of Reef #CFF1AC

Tints of Reef #CFF1AC

Color information

#CFF1AC (or 0xCFF1AC) is unknown color: approx Reef. HEX triplet: CF, F1 and AC. RGB value is (207,241,172). Sum of RGB (Red+Green+Blue) = 207+241+172=620 (82% of max value = 765). Red value is 207 (81.25% from 255 or 33.39% from 620); Green value is 241 (94.53% from 255 or 38.87% from 620); Blue value is 172 (67.58% from 255 or 27.74% from 620); Max value from RGB is 241 - color contains mainly: green. Hex color #CFF1AC is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CFF1AC is #300E53. Grayscale: #DFDFDF. Windows color (decimal): -3149396 or 11334095. OLE color: 11334095.

HSL color Cylindrical-coordinate representation of color #CFF1AC: hue angle of 89.57º degrees, saturation: 0.71, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CFF1AC is Cyan = 0.14, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.05.

Color convert

RGB207241172-
CMYK0.1400.290.05
HSL89.57º71.13%80.98%-
HSV(B)89.57º28.63%94.51%-
XYZ64.6379.1550.9-
YUV222.9799.24116.61-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 33.39%
GREEN value IS 241 (94.53% from 255) = 38.87%
BLUE value IS 172 (67.58% from 255) = 27.74%
R=33.39%
G=38.87%
B=27.74%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2072411720.1400.290.0589.5771.1380.98
HexCFF1ACE01D55a4751
Octal317361254160355132107121
Binary1100111111110001101011001110011101101101101010001111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFF1AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFF1AC; }

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

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

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

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

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

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

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

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