#CCFDAD

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

Shades of Tea Green #CCFDAD

Tints of Tea Green #CCFDAD

Color information

#CCFDAD (or 0xCCFDAD) is unknown color: approx Tea Green. HEX triplet: CC, FD and AD. RGB value is (204,253,173). Sum of RGB (Red+Green+Blue) = 204+253+173=630 (83% of max value = 765). Red value is 204 (80.08% from 255 or 32.38% from 630); Green value is 253 (99.22% from 255 or 40.16% from 630); Blue value is 173 (67.97% from 255 or 27.46% from 630); Max value from RGB is 253 - color contains mainly: green. Hex color #CCFDAD is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCFDAD is #330252. Grayscale: #E5E5E5. Windows color (decimal): -3342931 or 11402700. OLE color: 11402700.

HSL color Cylindrical-coordinate representation of color #CCFDAD: hue angle of 96.75º degrees, saturation: 0.95, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CCFDAD is Cyan = 0.19, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.01.

Color convert

RGB204253173-
CMYK0.1900.320.01
HSL96.75º95.24%83.53%-
HSV(B)96.75º31.62%99.22%-
XYZ67.5786.1152.59-
YUV229.2396.27110-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 32.38%
GREEN value IS 253 (99.22% from 255) = 40.16%
BLUE value IS 173 (67.97% from 255) = 27.46%
R=32.38%
G=40.16%
B=27.46%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2042531730.1900.320.0196.7595.2483.53
HexCCFDAD130201615f54
Octal314375255230401141137124
Binary1100110011111101101011011001101000001110000110111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCFDAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCFDAD; }

 p { color: rgb(204,253,173); }

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

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

 a { background-color: rgb(204,253,173); }

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

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

 span { border-color: rgb(204,253,173); }

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