Html Css Color HEX #CCEBBA Tea Green

📋 copy color: '#CCEBBA'

red 204 ◦ green 235 ◦ blue 186

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

Shades of Tea Green #CCEBBA

Tints of Tea Green #CCEBBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 29.76%

R = 32.64%
G = 37.6%
B = 29.76%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.21

 K value IS 0.08

RGB Variations

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

Color information

#CCEBBA (or 0xCCEBBA) is known color: Tea Green. HEX triplet: CC, EB and BA. RGB value is (204,235,186). Sum of RGB (Red+Green+Blue) = 204+235+186=625 (82% of max value = 765). Red value is 204 (80.08% from 255 or 32.64% from 625); Green value is 235 (92.19% from 255 or 37.6% from 625); Blue value is 186 (73.05% from 255 or 29.76% from 625); Max value from RGB is 235 - color contains mainly: green. Hex color #CCEBBA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCEBBA is #331445. Grayscale: #DCDCDC. Windows color (decimal): -3347526 or 12250060. OLE color: 12250060.

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

Color convert

RGB 204 235 186 -
CMYK 0.13 0 0.21 0.08
HSL 97.96º 0.55% 0.83% -
HSV(B) 97.96º 0.21% 0.92% -
XYZ 63.47 75.8 57.74 -
YUV 220.15 108.73 116.48 -
System Red Green Blue C M Y K H S L
Decimal 204 235 186 0.13 0 0.21 0.08 97.96 0.55 0.83
Hex CC EB BA D 0 15 8 62 37 53
Octal 314 353 272 15 0 25 10 142 67 123
Binary 11001100 11101011 10111010 1101 0 10101 1000 1100010 110111 1010011

Color Harmonies of #CCEBBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCEBBA

Black with #CCEBBA

Text Example


Text Example

White with #CCEBBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCEBBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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