#CFFAA1

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

Shades of Reef #CFFAA1

Tints of Reef #CFFAA1

Color information

#CFFAA1 (or 0xCFFAA1) is unknown color: approx Reef. HEX triplet: CF, FA and A1. RGB value is (207,250,161). Sum of RGB (Red+Green+Blue) = 207+250+161=618 (81% of max value = 765). Red value is 207 (81.25% from 255 or 33.50% from 618); Green value is 250 (98.05% from 255 or 40.45% from 618); Blue value is 161 (63.28% from 255 or 26.05% from 618); Max value from RGB is 250 - color contains mainly: green. Hex color #CFFAA1 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CFFAA1 is #30055E. Grayscale: #E3E3E3. Windows color (decimal): -3147103 or 10615503. OLE color: 10615503.

HSL color Cylindrical-coordinate representation of color #CFFAA1: hue angle of 88.99º degrees, saturation: 0.9, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #CFFAA1 is Cyan = 0.17, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.02.

Color convert

RGB207250161-
CMYK0.1700.360.02
HSL88.99º89.9%80.59%-
HSV(B)88.99º35.6%98.04%-
XYZ66.3584.2146.48-
YUV22790.75113.74-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 33.50%
GREEN value IS 250 (98.05% from 255) = 40.45%
BLUE value IS 161 (63.28% from 255) = 26.05%
R=33.50%
G=40.45%
B=26.05%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2072501610.1700.360.0288.9989.980.59
HexCFFAA1110242595a51
Octal317372241210442131132121
Binary11001111111110101010000110001010010010101100110110101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFFAA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFFAA1; }

 p { color: rgb(207,250,161); }

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

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

 a { background-color: rgb(207,250,161); }

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

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

 span { border-color: rgb(207,250,161); }

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