#CCFFA8

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

Shades of Reef #CCFFA8

Tints of Reef #CCFFA8

Color information

#CCFFA8 (or 0xCCFFA8) is unknown color: approx Reef. HEX triplet: CC, FF and A8. RGB value is (204,255,168). Sum of RGB (Red+Green+Blue) = 204+255+168=627 (83% of max value = 765). Red value is 204 (80.08% from 255 or 32.54% from 627); Green value is 255 (100% from 255 or 40.67% from 627); Blue value is 168 (66.02% from 255 or 26.79% from 627); Max value from RGB is 255 - color contains mainly: green. Hex color #CCFFA8 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCFFA8 is #330057. Grayscale: #E6E6E6. Windows color (decimal): -3342424 or 11075532. OLE color: 11075532.

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

Color convert

RGB204255168-
CMYK0.200.340
HSL95.17º100%82.94%-
HSV(B)95.17º34.12%100%-
XYZ67.7387.1850.3-
YUV229.8393.1109.57-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 32.54%
GREEN value IS 255 (100% from 255) = 40.67%
BLUE value IS 168 (66.02% from 255) = 26.79%
R=32.54%
G=40.67%
B=26.79%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2042551680.200.34095.1710082.94
HexCCFFA81402205f6453
Octal314377250240420137144123
Binary1100110011111111101010001010001000100101111111001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCFFA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCFFA8; }

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

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

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

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

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

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

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

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