#CCFFA5

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

Shades of Reef #CCFFA5

Tints of Reef #CCFFA5

Color information

#CCFFA5 (or 0xCCFFA5) is unknown color: approx Reef. HEX triplet: CC, FF and A5. RGB value is (204,255,165). Sum of RGB (Red+Green+Blue) = 204+255+165=624 (82% of max value = 765). Red value is 204 (80.08% from 255 or 32.69% from 624); Green value is 255 (100% from 255 or 40.87% from 624); Blue value is 165 (64.84% from 255 or 26.44% from 624); Max value from RGB is 255 - color contains mainly: green. Hex color #CCFFA5 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCFFA5 is #33005A. Grayscale: #E5E5E5. Windows color (decimal): -3342427 or 10878924. OLE color: 10878924.

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

Color convert

RGB204255165-
CMYK0.200.350
HSL94º100%82.35%-
HSV(B)94º35.29%100%-
XYZ67.4587.0748.85-
YUV229.4991.6109.82-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 32.69%
GREEN value IS 255 (100% from 255) = 40.87%
BLUE value IS 165 (64.84% from 255) = 26.44%
R=32.69%
G=40.87%
B=26.44%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2042551650.200.3509410082.35
HexCCFFA51402305e6452
Octal314377245240430136144122
Binary1100110011111111101001011010001000110101111011001001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCFFA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCFFA5; }

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

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

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

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

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

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

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

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