#CCFAAA

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

Shades of Reef #CCFAAA

Tints of Reef #CCFAAA

Color information

#CCFAAA (or 0xCCFAAA) is unknown color: approx Reef. HEX triplet: CC, FA and AA. RGB value is (204,250,170). Sum of RGB (Red+Green+Blue) = 204+250+170=624 (82% of max value = 765). Red value is 204 (80.08% from 255 or 32.69% from 624); Green value is 250 (98.05% from 255 or 40.06% from 624); Blue value is 170 (66.80% from 255 or 27.24% from 624); Max value from RGB is 250 - color contains mainly: green. Hex color #CCFAAA is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCFAAA is #330555. Grayscale: #E3E3E3. Windows color (decimal): -3343702 or 11205324. OLE color: 11205324.

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

Color convert

RGB204250170-
CMYK0.1800.320.02
HSL94.5º88.89%82.35%-
HSV(B)94.5º32%98.04%-
XYZ66.3484.1150.77-
YUV227.1395.76111.5-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 32.69%
GREEN value IS 250 (98.05% from 255) = 40.06%
BLUE value IS 170 (66.80% from 255) = 27.24%
R=32.69%
G=40.06%
B=27.24%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2042501700.1800.320.0294.588.8982.35
HexCCFAAA1202025e5952
Octal314372252220402136131122
Binary11001100111110101010101010010010000010101111010110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCFAAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCFAAA; }

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

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

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

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

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

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

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

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