#CFF1AA

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

Shades of Reef #CFF1AA

Tints of Reef #CFF1AA

Color information

#CFF1AA (or 0xCFF1AA) is unknown color: approx Reef. HEX triplet: CF, F1 and AA. RGB value is (207,241,170). Sum of RGB (Red+Green+Blue) = 207+241+170=618 (81% of max value = 765). Red value is 207 (81.25% from 255 or 33.50% from 618); Green value is 241 (94.53% from 255 or 39.00% from 618); Blue value is 170 (66.80% from 255 or 27.51% from 618); Max value from RGB is 241 - color contains mainly: green. Hex color #CFF1AA is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CFF1AA is #300E55. Grayscale: #DEDEDE. Windows color (decimal): -3149398 or 11203023. OLE color: 11203023.

HSL color Cylindrical-coordinate representation of color #CFF1AA: hue angle of 88.73º degrees, saturation: 0.72, 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 #CFF1AA is Cyan = 0.14, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.05.

Color convert

RGB207241170-
CMYK0.1400.290.05
HSL88.73º71.72%80.59%-
HSV(B)88.73º29.46%94.51%-
XYZ64.4479.0849.9-
YUV222.7498.24116.77-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 33.50%
GREEN value IS 241 (94.53% from 255) = 39.00%
BLUE value IS 170 (66.80% from 255) = 27.51%
R=33.50%
G=39.00%
B=27.51%

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
Decimal2072411700.1400.290.0588.7371.7280.59
HexCFF1AAE01D5594851
Octal317361252160355131110121
Binary1100111111110001101010101110011101101101100110010001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFF1AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFF1AA; }

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

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

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

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

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

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

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

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