Html Css Color HEX #CCFFAD Tea Green

📋 copy color: '#CCFFAD'

red 204 ◦ green 255 ◦ blue 173

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

Shades of Tea Green #CCFFAD

Tints of Tea Green #CCFFAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 27.37%

R = 32.28%
G = 40.35%
B = 27.37%

CMYK

 C value IS 0.2

 M value IS 0

 Y value IS 0.32

 K value IS 0

RGB Variations

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

Color information

#CCFFAD (or 0xCCFFAD) is known color: Tea Green. HEX triplet: CC, FF and AD. RGB value is (204,255,173). Sum of RGB (Red+Green+Blue) = 204+255+173=632 (83% of max value = 765). Red value is 204 (80.08% from 255 or 32.28% from 632); Green value is 255 (100% from 255 or 40.35% from 632); Blue value is 173 (67.97% from 255 or 27.37% from 632); Max value from RGB is 255 - color contains mainly: green. Hex color #CCFFAD is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCFFAD is #330052. Grayscale: #E6E6E6. Windows color (decimal): -3342419 or 11403212. OLE color: 11403212.

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

Color convert

RGB 204 255 173 -
CMYK 0.2 0 0.32 0
HSL 97.32º 1% 0.84% -
HSV(B) 97.32º 0.32% 1% -
XYZ 68.2 87.37 52.81 -
YUV 230.4 95.6 109.17 -
System Red Green Blue C M Y K H S L
Decimal 204 255 173 0.2 0 0.32 0 97.32 1 0.84
Hex CC FF AD 14 0 20 0 61 64 54
Octal 314 377 255 24 0 40 0 141 144 124
Binary 11001100 11111111 10101101 10100 0 100000 0 1100001 1100100 1010100

Color Harmonies of #CCFFAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCFFAD

Black with #CCFFAD

Text Example


Text Example

White with #CCFFAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCFFAD; }

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

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

background-color css

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

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

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

border-color css

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

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

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