Html Css Color HEX #CCFAC0 Tea Green

📋 copy color: '#CCFAC0'

red 204 ◦ green 250 ◦ blue 192

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

Shades of Tea Green #CCFAC0

Tints of Tea Green #CCFAC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 29.72%

R = 31.58%
G = 38.7%
B = 29.72%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.23

 K value IS 0.02

RGB Variations

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

Color information

#CCFAC0 (or 0xCCFAC0) is known color: Tea Green. HEX triplet: CC, FA and C0. RGB value is (204,250,192). Sum of RGB (Red+Green+Blue) = 204+250+192=646 (85% of max value = 765). Red value is 204 (80.08% from 255 or 31.58% from 646); Green value is 250 (98.05% from 255 or 38.70% from 646); Blue value is 192 (75.39% from 255 or 29.72% from 646); Max value from RGB is 250 - color contains mainly: green. Hex color #CCFAC0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCFAC0 is #33053F. Grayscale: #E5E5E5. Windows color (decimal): -3343680 or 12647116. OLE color: 12647116.

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

Color convert

RGB 204 250 192 -
CMYK 0.18 0 0.23 0.02
HSL 107.59º 0.85% 0.87% -
HSV(B) 107.59º 0.23% 0.98% -
XYZ 68.6 85.01 62.66 -
YUV 229.63 106.76 109.72 -
System Red Green Blue C M Y K H S L
Decimal 204 250 192 0.18 0 0.23 0.02 107.59 0.85 0.87
Hex CC FA C0 12 0 17 2 6C 55 57
Octal 314 372 300 22 0 27 2 154 125 127
Binary 11001100 11111010 11000000 10010 0 10111 10 1101100 1010101 1010111

Color Harmonies of #CCFAC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCFAC0

Black with #CCFAC0

Text Example


Text Example

White with #CCFAC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCFAC0; }

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

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

background-color css

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

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

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

border-color css

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

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

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