Html Css Color HEX #CCFCC1 Tea Green

📋 copy color: '#CCFCC1'

red 204 ◦ green 252 ◦ blue 193

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

Shades of Tea Green #CCFCC1

Tints of Tea Green #CCFCC1

RGB

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

 GREEN value IS 252 (98.83% from 255) = 38.83%

 BLUE value IS 193 (75.78% from 255) = 29.74%

R = 31.43%
G = 38.83%
B = 29.74%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.23

 K value IS 0.01

RGB Variations

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

Color information

#CCFCC1 (or 0xCCFCC1) is known color: Tea Green. HEX triplet: CC, FC and C1. RGB value is (204,252,193). Sum of RGB (Red+Green+Blue) = 204+252+193=649 (85% of max value = 765). Red value is 204 (80.08% from 255 or 31.43% from 649); Green value is 252 (98.83% from 255 or 38.83% from 649); Blue value is 193 (75.78% from 255 or 29.74% from 649); Max value from RGB is 252 - color contains mainly: green. Hex color #CCFCC1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCFCC1 is #33033E. Grayscale: #E7E7E7. Windows color (decimal): -3343167 or 12713164. OLE color: 12713164.

HSL color Cylindrical-coordinate representation of color #CCFCC1: hue angle of 108.81º degrees, saturation: 0.91, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #CCFCC1 is Cyan = 0.19, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.01.

Color convert

RGB 204 252 193 -
CMYK 0.19 0 0.23 0.01
HSL 108.81º 0.91% 0.87% -
HSV(B) 108.81º 0.23% 0.99% -
XYZ 69.34 86.31 63.46 -
YUV 230.92 106.6 108.8 -
System Red Green Blue C M Y K H S L
Decimal 204 252 193 0.19 0 0.23 0.01 108.81 0.91 0.87
Hex CC FC C1 13 0 17 1 6D 5B 57
Octal 314 374 301 23 0 27 1 155 133 127
Binary 11001100 11111100 11000001 10011 0 10111 1 1101101 1011011 1010111

Color Harmonies of #CCFCC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCFCC1

Black with #CCFCC1

Text Example


Text Example

White with #CCFCC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCFCC1; }

 p { color: rgb(204,252,193); }

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

background-color css

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

 a { background-color: rgb(204,252,193); }

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

border-color css

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

 span { border-color: rgb(204,252,193); }

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