Html Css Color HEX #CCEEC1 Tea Green

📋 copy color: '#CCEEC1'

red 204 ◦ green 238 ◦ blue 193

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

Shades of Tea Green #CCEEC1

Tints of Tea Green #CCEEC1

RGB

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

 GREEN value IS 238 (93.36% from 255) = 37.48%

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

R = 32.13%
G = 37.48%
B = 30.39%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.19

 K value IS 0.07

RGB Variations

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

Color information

#CCEEC1 (or 0xCCEEC1) is known color: Tea Green. HEX triplet: CC, EE and C1. RGB value is (204,238,193). Sum of RGB (Red+Green+Blue) = 204+238+193=635 (84% of max value = 765). Red value is 204 (80.08% from 255 or 32.13% from 635); Green value is 238 (93.36% from 255 or 37.48% from 635); Blue value is 193 (75.78% from 255 or 30.39% from 635); Max value from RGB is 238 - color contains mainly: green. Hex color #CCEEC1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCEEC1 is #33113E. Grayscale: #DEDEDE. Windows color (decimal): -3346751 or 12709580. OLE color: 12709580.

HSL color Cylindrical-coordinate representation of color #CCEEC1: hue angle of 105.33º degrees, saturation: 0.57, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CCEEC1 is Cyan = 0.14, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.07.

Color convert

RGB 204 238 193 -
CMYK 0.14 0 0.19 0.07
HSL 105.33º 0.57% 0.85% -
HSV(B) 105.33º 0.19% 0.93% -
XYZ 65.1 77.84 62.04 -
YUV 222.7 111.24 114.66 -
System Red Green Blue C M Y K H S L
Decimal 204 238 193 0.14 0 0.19 0.07 105.33 0.57 0.85
Hex CC EE C1 E 0 13 7 69 39 55
Octal 314 356 301 16 0 23 7 151 71 125
Binary 11001100 11101110 11000001 1110 0 10011 111 1101001 111001 1010101

Color Harmonies of #CCEEC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCEEC1

Black with #CCEEC1

Text Example


Text Example

White with #CCEEC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCEEC1; }

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

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

background-color css

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

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

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

border-color css

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

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

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