#CCF4A1

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

Shades of Reef #CCF4A1

Tints of Reef #CCF4A1

Color information

#CCF4A1 (or 0xCCF4A1) is unknown color: approx Reef. HEX triplet: CC, F4 and A1. RGB value is (204,244,161). Sum of RGB (Red+Green+Blue) = 204+244+161=609 (80% of max value = 765). Red value is 204 (80.08% from 255 or 33.50% from 609); Green value is 244 (95.70% from 255 or 40.07% from 609); Blue value is 161 (63.28% from 255 or 26.44% from 609); Max value from RGB is 244 - color contains mainly: green. Hex color #CCF4A1 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCF4A1 is #330B5E. Grayscale: #DEDEDE. Windows color (decimal): -3345247 or 10613964. OLE color: 10613964.

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

Color convert

RGB204244161-
CMYK0.1600.340.04
HSL88.92º79.05%79.41%-
HSV(B)88.92º34.02%95.69%-
XYZ63.6980.1145.82-
YUV222.5893.25114.75-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 33.50%
GREEN value IS 244 (95.70% from 255) = 40.07%
BLUE value IS 161 (63.28% from 255) = 26.44%
R=33.50%
G=40.07%
B=26.44%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2042441610.1600.340.0488.9279.0579.41
HexCCF4A1100224594f4f
Octal314364241200424131117117
Binary110011001111010010100001100000100010100101100110011111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCF4A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCF4A1; }

 p { color: rgb(204,244,161); }

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

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

 a { background-color: rgb(204,244,161); }

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

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

 span { border-color: rgb(204,244,161); }

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