Html Css Color HEX #CCE5BA Tea Green

📋 copy color: '#CCE5BA'

red 204 ◦ green 229 ◦ blue 186

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

Shades of Tea Green #CCE5BA

Tints of Tea Green #CCE5BA

RGB

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

 GREEN value IS 229 (89.84% from 255) = 37%

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

R = 32.96%
G = 37%
B = 30.05%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.19

 K value IS 0.10

RGB Variations

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

Color information

#CCE5BA (or 0xCCE5BA) is known color: Tea Green. HEX triplet: CC, E5 and BA. RGB value is (204,229,186). Sum of RGB (Red+Green+Blue) = 204+229+186=619 (81% of max value = 765). Red value is 204 (80.08% from 255 or 32.96% from 619); Green value is 229 (89.84% from 255 or 37.00% from 619); Blue value is 186 (73.05% from 255 or 30.05% from 619); Max value from RGB is 229 - color contains mainly: green. Hex color #CCE5BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCE5BA is #331A45. Grayscale: #D8D8D8. Windows color (decimal): -3349062 or 12248524. OLE color: 12248524.

HSL color Cylindrical-coordinate representation of color #CCE5BA: hue angle of 94.88º degrees, saturation: 0.45, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CCE5BA is Cyan = 0.11, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.10.

Color convert

RGB 204 229 186 -
CMYK 0.11 0 0.19 0.10
HSL 94.88º 0.45% 0.81% -
HSV(B) 94.88º 0.19% 0.9% -
XYZ 61.78 72.42 57.18 -
YUV 216.62 110.72 119 -
System Red Green Blue C M Y K H S L
Decimal 204 229 186 0.11 0 0.19 0.10 94.88 0.45 0.81
Hex CC E5 BA B 0 13 A 5F 2D 51
Octal 314 345 272 13 0 23 12 137 55 121
Binary 11001100 11100101 10111010 1011 0 10011 1010 1011111 101101 1010001

Color Harmonies of #CCE5BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCE5BA

Black with #CCE5BA

Text Example


Text Example

White with #CCE5BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCE5BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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