Html Css Color HEX #CCEBBC Tea Green

📋 copy color: '#CCEBBC'

red 204 ◦ green 235 ◦ blue 188

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

Shades of Tea Green #CCEBBC

Tints of Tea Green #CCEBBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 29.98%

R = 32.54%
G = 37.48%
B = 29.98%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.2

 K value IS 0.08

RGB Variations

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

Color information

#CCEBBC (or 0xCCEBBC) is known color: Tea Green. HEX triplet: CC, EB and BC. RGB value is (204,235,188). Sum of RGB (Red+Green+Blue) = 204+235+188=627 (83% of max value = 765). Red value is 204 (80.08% from 255 or 32.54% from 627); Green value is 235 (92.19% from 255 or 37.48% from 627); Blue value is 188 (73.83% from 255 or 29.98% from 627); Max value from RGB is 235 - color contains mainly: green. Hex color #CCEBBC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCEBBC is #331443. Grayscale: #DCDCDC. Windows color (decimal): -3347524 or 12381132. OLE color: 12381132.

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

Color convert

RGB 204 235 188 -
CMYK 0.13 0 0.2 0.08
HSL 99.57º 0.54% 0.83% -
HSV(B) 99.57º 0.2% 0.92% -
XYZ 63.69 75.88 58.87 -
YUV 220.37 109.73 116.32 -
System Red Green Blue C M Y K H S L
Decimal 204 235 188 0.13 0 0.2 0.08 99.57 0.54 0.83
Hex CC EB BC D 0 14 8 64 36 53
Octal 314 353 274 15 0 24 10 144 66 123
Binary 11001100 11101011 10111100 1101 0 10100 1000 1100100 110110 1010011

Color Harmonies of #CCEBBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCEBBC

Black with #CCEBBC

Text Example


Text Example

White with #CCEBBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCEBBC; }

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

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

background-color css

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

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

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

border-color css

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

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

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