Html Css Color HEX #CCF8AD Tea Green

📋 copy color: '#CCF8AD'

red 204 ◦ green 248 ◦ blue 173

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

Shades of Tea Green #CCF8AD

Tints of Tea Green #CCF8AD

RGB

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

 GREEN value IS 248 (97.27% from 255) = 39.68%

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

R = 32.64%
G = 39.68%
B = 27.68%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.30

 K value IS 0.03

RGB Variations

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

Color information

#CCF8AD (or 0xCCF8AD) is known color: Tea Green. HEX triplet: CC, F8 and AD. RGB value is (204,248,173). Sum of RGB (Red+Green+Blue) = 204+248+173=625 (82% of max value = 765). Red value is 204 (80.08% from 255 or 32.64% from 625); Green value is 248 (97.27% from 255 or 39.68% from 625); Blue value is 173 (67.97% from 255 or 27.68% from 625); Max value from RGB is 248 - color contains mainly: green. Hex color #CCF8AD is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCF8AD is #330752. Grayscale: #E2E2E2. Windows color (decimal): -3344211 or 11401420. OLE color: 11401420.

HSL color Cylindrical-coordinate representation of color #CCF8AD: hue angle of 95.2º degrees, saturation: 0.84, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CCF8AD is Cyan = 0.18, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.03.

Color convert

RGB 204 248 173 -
CMYK 0.18 0 0.30 0.03
HSL 95.2º 0.84% 0.83% -
HSV(B) 95.2º 0.3% 0.97% -
XYZ 66.01 82.99 52.07 -
YUV 226.29 97.92 112.1 -
System Red Green Blue C M Y K H S L
Decimal 204 248 173 0.18 0 0.30 0.03 95.2 0.84 0.83
Hex CC F8 AD 12 0 1E 3 5F 54 53
Octal 314 370 255 22 0 36 3 137 124 123
Binary 11001100 11111000 10101101 10010 0 11110 11 1011111 1010100 1010011

Color Harmonies of #CCF8AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCF8AD

Black with #CCF8AD

Text Example


Text Example

White with #CCF8AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCF8AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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