#CCFAA5

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

Shades of Reef #CCFAA5

Tints of Reef #CCFAA5

Color information

#CCFAA5 (or 0xCCFAA5) is unknown color: approx Reef. HEX triplet: CC, FA and A5. RGB value is (204,250,165). Sum of RGB (Red+Green+Blue) = 204+250+165=619 (81% of max value = 765). Red value is 204 (80.08% from 255 or 32.96% from 619); Green value is 250 (98.05% from 255 or 40.39% from 619); Blue value is 165 (64.84% from 255 or 26.66% from 619); Max value from RGB is 250 - color contains mainly: green. Hex color #CCFAA5 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCFAA5 is #33055A. Grayscale: #E2E2E2. Windows color (decimal): -3343707 or 10877644. OLE color: 10877644.

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

Color convert

RGB204250165-
CMYK0.1800.340.02
HSL92.47º89.47%81.37%-
HSV(B)92.47º34%98.04%-
XYZ65.8883.9348.32-
YUV226.5693.26111.91-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 32.96%
GREEN value IS 250 (98.05% from 255) = 40.39%
BLUE value IS 165 (64.84% from 255) = 26.66%
R=32.96%
G=40.39%
B=26.66%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2042501650.1800.340.0292.4789.4781.37
HexCCFAA51202225c5951
Octal314372245220422134131121
Binary11001100111110101010010110010010001010101110010110011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCFAA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCFAA5; }

 p { color: rgb(204,250,165); }

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

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

 a { background-color: rgb(204,250,165); }

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

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

 span { border-color: rgb(204,250,165); }

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