Html Css Color HEX #CCFAAF Tea Green

📋 copy color: '#CCFAAF'

red 204 ◦ green 250 ◦ blue 175

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

Shades of Tea Green #CCFAAF

Tints of Tea Green #CCFAAF

RGB

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

 GREEN value IS 250 (98.05% from 255) = 39.75%

 BLUE value IS 175 (68.75% from 255) = 27.82%

R = 32.43%
G = 39.75%
B = 27.82%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.3

 K value IS 0.02

RGB Variations

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

Color information

#CCFAAF (or 0xCCFAAF) is known color: Tea Green. HEX triplet: CC, FA and AF. RGB value is (204,250,175). Sum of RGB (Red+Green+Blue) = 204+250+175=629 (83% of max value = 765). Red value is 204 (80.08% from 255 or 32.43% from 629); Green value is 250 (98.05% from 255 or 39.75% from 629); Blue value is 175 (68.75% from 255 or 27.82% from 629); Max value from RGB is 250 - color contains mainly: green. Hex color #CCFAAF is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCFAAF is #330550. Grayscale: #E3E3E3. Windows color (decimal): -3343697 or 11533004. OLE color: 11533004.

HSL color Cylindrical-coordinate representation of color #CCFAAF: hue angle of 96.8º degrees, saturation: 0.88, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CCFAAF is Cyan = 0.18, Magento = 0, Yellow = 0.3 and Black (K on CMYK) = 0.02.

Color convert

RGB 204 250 175 -
CMYK 0.18 0 0.3 0.02
HSL 96.8º 0.88% 0.83% -
HSV(B) 96.8º 0.3% 0.98% -
XYZ 66.83 84.3 53.31 -
YUV 227.7 98.26 111.1 -
System Red Green Blue C M Y K H S L
Decimal 204 250 175 0.18 0 0.3 0.02 96.8 0.88 0.83
Hex CC FA AF 12 0 1E 2 61 58 53
Octal 314 372 257 22 0 36 2 141 130 123
Binary 11001100 11111010 10101111 10010 0 11110 10 1100001 1011000 1010011

Color Harmonies of #CCFAAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCFAAF

Black with #CCFAAF

Text Example


Text Example

White with #CCFAAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCFAAF; }

 p { color: rgb(204,250,175); }

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

background-color css

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

 a { background-color: rgb(204,250,175); }

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

border-color css

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

 span { border-color: rgb(204,250,175); }

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