Html Css Color HEX #CCFAAC Tea Green

📋 copy color: '#CCFAAC'

red 204 ◦ green 250 ◦ blue 172

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

Shades of Tea Green #CCFAAC

Tints of Tea Green #CCFAAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 27.48%

R = 32.59%
G = 39.94%
B = 27.48%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.31

 K value IS 0.02

RGB Variations

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

Color information

#CCFAAC (or 0xCCFAAC) is known color: Tea Green. HEX triplet: CC, FA and AC. RGB value is (204,250,172). Sum of RGB (Red+Green+Blue) = 204+250+172=626 (82% of max value = 765). Red value is 204 (80.08% from 255 or 32.59% from 626); Green value is 250 (98.05% from 255 or 39.94% from 626); Blue value is 172 (67.58% from 255 or 27.48% from 626); Max value from RGB is 250 - color contains mainly: green. Hex color #CCFAAC is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCFAAC is #330553. Grayscale: #E3E3E3. Windows color (decimal): -3343700 or 11336396. OLE color: 11336396.

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

Color convert

RGB 204 250 172 -
CMYK 0.18 0 0.31 0.02
HSL 95.38º 0.89% 0.83% -
HSV(B) 95.38º 0.31% 0.98% -
XYZ 66.53 84.19 51.77 -
YUV 227.35 96.76 111.34 -
System Red Green Blue C M Y K H S L
Decimal 204 250 172 0.18 0 0.31 0.02 95.38 0.89 0.83
Hex CC FA AC 12 0 1F 2 5F 59 53
Octal 314 372 254 22 0 37 2 137 131 123
Binary 11001100 11111010 10101100 10010 0 11111 10 1011111 1011001 1010011

Color Harmonies of #CCFAAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCFAAC

Black with #CCFAAC

Text Example


Text Example

White with #CCFAAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCFAAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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