Html Css Color HEX #CCFAC3 Tea Green

📋 copy color: '#CCFAC3'

red 204 ◦ green 250 ◦ blue 195

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

Shades of Tea Green #CCFAC3

Tints of Tea Green #CCFAC3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 30.05%

R = 31.43%
G = 38.52%
B = 30.05%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.22

 K value IS 0.02

RGB Variations

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

Color information

#CCFAC3 (or 0xCCFAC3) is known color: Tea Green. HEX triplet: CC, FA and C3. RGB value is (204,250,195). Sum of RGB (Red+Green+Blue) = 204+250+195=649 (85% of max value = 765). Red value is 204 (80.08% from 255 or 31.43% from 649); Green value is 250 (98.05% from 255 or 38.52% from 649); Blue value is 195 (76.56% from 255 or 30.05% from 649); Max value from RGB is 250 - color contains mainly: green. Hex color #CCFAC3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCFAC3 is #33053C. Grayscale: #E6E6E6. Windows color (decimal): -3343677 or 12843724. OLE color: 12843724.

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

Color convert

RGB 204 250 195 -
CMYK 0.18 0 0.22 0.02
HSL 110.18º 0.85% 0.87% -
HSV(B) 110.18º 0.22% 0.98% -
XYZ 68.94 85.15 64.43 -
YUV 229.98 108.26 109.47 -
System Red Green Blue C M Y K H S L
Decimal 204 250 195 0.18 0 0.22 0.02 110.18 0.85 0.87
Hex CC FA C3 12 0 16 2 6E 55 57
Octal 314 372 303 22 0 26 2 156 125 127
Binary 11001100 11111010 11000011 10010 0 10110 10 1101110 1010101 1010111

Color Harmonies of #CCFAC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCFAC3

Black with #CCFAC3

Text Example


Text Example

White with #CCFAC3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCFAC3; }

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

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

background-color css

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

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

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

border-color css

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

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

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