#CFFFA1

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

Shades of Reef #CFFFA1

Tints of Reef #CFFFA1

Color information

#CFFFA1 (or 0xCFFFA1) is unknown color: approx Reef. HEX triplet: CF, FF and A1. RGB value is (207,255,161). Sum of RGB (Red+Green+Blue) = 207+255+161=623 (82% of max value = 765). Red value is 207 (81.25% from 255 or 33.23% from 623); Green value is 255 (100% from 255 or 40.93% from 623); Blue value is 161 (63.28% from 255 or 25.84% from 623); Max value from RGB is 255 - color contains mainly: green. Hex color #CFFFA1 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CFFFA1 is #30005E. Grayscale: #E6E6E6. Windows color (decimal): -3145823 or 10616783. OLE color: 10616783.

HSL color Cylindrical-coordinate representation of color #CFFFA1: hue angle of 90.64º degrees, saturation: 1, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CFFFA1 is Cyan = 0.19, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.

Color convert

RGB207255161-
CMYK0.1900.370
HSL90.64º100%81.57%-
HSV(B)90.64º36.86%100%-
XYZ67.9387.3647-
YUV229.9389.1111.64-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 33.23%
GREEN value IS 255 (100% from 255) = 40.93%
BLUE value IS 161 (63.28% from 255) = 25.84%
R=33.23%
G=40.93%
B=25.84%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2072551610.1900.37090.6410081.57
HexCFFFA11302505b6452
Octal317377241230450133144122
Binary1100111111111111101000011001101001010101101111001001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFFFA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFFFA1; }

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

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

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

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

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

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

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

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