Html Css Color HEX #CCFFAA Tea Green

📋 copy color: '#CCFFAA'

red 204 ◦ green 255 ◦ blue 170

#CCFFAA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tea Green #CCFFAA

Tints of Tea Green #CCFFAA

RGB

 RED value IS 204 (80.08% from 255) = 32.43%

 GREEN value IS 255 (100% from 255) = 40.54%

 BLUE value IS 170 (66.8% from 255) = 27.03%

R = 32.43%
G = 40.54%
B = 27.03%

CMYK

 C value IS 0.2

 M value IS 0

 Y value IS 0.33

 K value IS 0

RGB Variations

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

Color information

#CCFFAA (or 0xCCFFAA) is known color: Tea Green. HEX triplet: CC, FF and AA. RGB value is (204,255,170). Sum of RGB (Red+Green+Blue) = 204+255+170=629 (83% of max value = 765). Red value is 204 (80.08% from 255 or 32.43% from 629); Green value is 255 (100% from 255 or 40.54% from 629); Blue value is 170 (66.80% from 255 or 27.03% from 629); Max value from RGB is 255 - color contains mainly: green. Hex color #CCFFAA is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCFFAA is #330055. Grayscale: #E6E6E6. Windows color (decimal): -3342422 or 11206604. OLE color: 11206604.

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

Color convert

RGB 204 255 170 -
CMYK 0.2 0 0.33 0
HSL 96º 1% 0.83% -
HSV(B) 96º 0.33% 1% -
XYZ 67.92 87.26 51.29 -
YUV 230.06 94.1 109.41 -
System Red Green Blue C M Y K H S L
Decimal 204 255 170 0.2 0 0.33 0 96 1 0.83
Hex CC FF AA 14 0 21 0 60 64 53
Octal 314 377 252 24 0 41 0 140 144 123
Binary 11001100 11111111 10101010 10100 0 100001 0 1100000 1100100 1010011

Color Harmonies of #CCFFAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCFFAA

Black with #CCFFAA

Text Example


Text Example

White with #CCFFAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCFFAA; }

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

 H1.HeaderClassName
 {
   color: #CCFFAA;
 }
 .AnyTagClassName
 {
   color: #CCFFAA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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