Html Css Color HEX #CCE4BA Tea Green

📋 copy color: '#CCE4BA'

red 204 ◦ green 228 ◦ blue 186

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

Shades of Tea Green #CCE4BA

Tints of Tea Green #CCE4BA

RGB

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

 GREEN value IS 228 (89.45% from 255) = 36.89%

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

R = 33.01%
G = 36.89%
B = 30.1%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.18

 K value IS 0.11

RGB Variations

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

Color information

#CCE4BA (or 0xCCE4BA) is known color: Tea Green. HEX triplet: CC, E4 and BA. RGB value is (204,228,186). Sum of RGB (Red+Green+Blue) = 204+228+186=618 (81% of max value = 765). Red value is 204 (80.08% from 255 or 33.01% from 618); Green value is 228 (89.45% from 255 or 36.89% from 618); Blue value is 186 (73.05% from 255 or 30.10% from 618); Max value from RGB is 228 - color contains mainly: green. Hex color #CCE4BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCE4BA is #331B45. Grayscale: #D8D8D8. Windows color (decimal): -3349318 or 12248268. OLE color: 12248268.

HSL color Cylindrical-coordinate representation of color #CCE4BA: hue angle of 94.29º degrees, saturation: 0.44, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CCE4BA is Cyan = 0.11, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.11.

Color convert

RGB 204 228 186 -
CMYK 0.11 0 0.18 0.11
HSL 94.29º 0.44% 0.81% -
HSV(B) 94.29º 0.18% 0.89% -
XYZ 61.51 71.87 57.08 -
YUV 216.04 111.05 119.42 -
System Red Green Blue C M Y K H S L
Decimal 204 228 186 0.11 0 0.18 0.11 94.29 0.44 0.81
Hex CC E4 BA B 0 12 B 5E 2C 51
Octal 314 344 272 13 0 22 13 136 54 121
Binary 11001100 11100100 10111010 1011 0 10010 1011 1011110 101100 1010001

Color Harmonies of #CCE4BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCE4BA

Black with #CCE4BA

Text Example


Text Example

White with #CCE4BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCE4BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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