Html Css Color HEX #CCEBC4 Tea Green

📋 copy color: '#CCEBC4'

red 204 ◦ green 235 ◦ blue 196

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

Shades of Tea Green #CCEBC4

Tints of Tea Green #CCEBC4

RGB

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

 GREEN value IS 235 (92.19% from 255) = 37.01%

 BLUE value IS 196 (76.95% from 255) = 30.87%

R = 32.13%
G = 37.01%
B = 30.87%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.17

 K value IS 0.08

RGB Variations

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

Color information

#CCEBC4 (or 0xCCEBC4) is known color: Tea Green. HEX triplet: CC, EB and C4. RGB value is (204,235,196). Sum of RGB (Red+Green+Blue) = 204+235+196=635 (84% of max value = 765). Red value is 204 (80.08% from 255 or 32.13% from 635); Green value is 235 (92.19% from 255 or 37.01% from 635); Blue value is 196 (76.95% from 255 or 30.87% from 635); Max value from RGB is 235 - color contains mainly: green. Hex color #CCEBC4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCEBC4 is #33143B. Grayscale: #DDDDDD. Windows color (decimal): -3347516 or 12905420. OLE color: 12905420.

HSL color Cylindrical-coordinate representation of color #CCEBC4: hue angle of 107.69º degrees, saturation: 0.49, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CCEBC4 is Cyan = 0.13, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.08.

Color convert

RGB 204 235 196 -
CMYK 0.13 0 0.17 0.08
HSL 107.69º 0.49% 0.85% -
HSV(B) 107.69º 0.17% 0.92% -
XYZ 64.57 76.24 63.54 -
YUV 221.29 113.73 115.67 -
System Red Green Blue C M Y K H S L
Decimal 204 235 196 0.13 0 0.17 0.08 107.69 0.49 0.85
Hex CC EB C4 D 0 11 8 6C 31 55
Octal 314 353 304 15 0 21 10 154 61 125
Binary 11001100 11101011 11000100 1101 0 10001 1000 1101100 110001 1010101

Color Harmonies of #CCEBC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCEBC4

Black with #CCEBC4

Text Example


Text Example

White with #CCEBC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCEBC4; }

 p { color: rgb(204,235,196); }

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

background-color css

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

 a { background-color: rgb(204,235,196); }

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

border-color css

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

 span { border-color: rgb(204,235,196); }

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