Html Css Color HEX #CCF4AD Tea Green

📋 copy color: '#CCF4AD'

red 204 ◦ green 244 ◦ blue 173

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

Shades of Tea Green #CCF4AD

Tints of Tea Green #CCF4AD

RGB

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

 GREEN value IS 244 (95.7% from 255) = 39.29%

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

R = 32.85%
G = 39.29%
B = 27.86%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.29

 K value IS 0.04

RGB Variations

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

Color information

#CCF4AD (or 0xCCF4AD) is known color: Tea Green. HEX triplet: CC, F4 and AD. RGB value is (204,244,173). Sum of RGB (Red+Green+Blue) = 204+244+173=621 (82% of max value = 765). Red value is 204 (80.08% from 255 or 32.85% from 621); Green value is 244 (95.70% from 255 or 39.29% from 621); Blue value is 173 (67.97% from 255 or 27.86% from 621); Max value from RGB is 244 - color contains mainly: green. Hex color #CCF4AD is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCF4AD is #330B52. Grayscale: #E0E0E0. Windows color (decimal): -3345235 or 11400396. OLE color: 11400396.

HSL color Cylindrical-coordinate representation of color #CCF4AD: hue angle of 93.8º degrees, saturation: 0.76, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CCF4AD is Cyan = 0.16, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.04.

Color convert

RGB 204 244 173 -
CMYK 0.16 0 0.29 0.04
HSL 93.8º 0.76% 0.82% -
HSV(B) 93.8º 0.29% 0.96% -
XYZ 64.8 80.56 51.67 -
YUV 223.95 99.25 113.77 -
System Red Green Blue C M Y K H S L
Decimal 204 244 173 0.16 0 0.29 0.04 93.8 0.76 0.82
Hex CC F4 AD 10 0 1D 4 5E 4C 52
Octal 314 364 255 20 0 35 4 136 114 122
Binary 11001100 11110100 10101101 10000 0 11101 100 1011110 1001100 1010010

Color Harmonies of #CCF4AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCF4AD

Black with #CCF4AD

Text Example


Text Example

White with #CCF4AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCF4AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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