Html Css Color HEX #CCE2BA Tea Green

📋 copy color: '#CCE2BA'

red 204 ◦ green 226 ◦ blue 186

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

Shades of Tea Green #CCE2BA

Tints of Tea Green #CCE2BA

RGB

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

 GREEN value IS 226 (88.67% from 255) = 36.69%

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

R = 33.12%
G = 36.69%
B = 30.19%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.18

 K value IS 0.11

RGB Variations

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

Color information

#CCE2BA (or 0xCCE2BA) is known color: Tea Green. HEX triplet: CC, E2 and BA. RGB value is (204,226,186). Sum of RGB (Red+Green+Blue) = 204+226+186=616 (81% of max value = 765). Red value is 204 (80.08% from 255 or 33.12% from 616); Green value is 226 (88.67% from 255 or 36.69% from 616); Blue value is 186 (73.05% from 255 or 30.19% from 616); Max value from RGB is 226 - color contains mainly: green. Hex color #CCE2BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCE2BA is #331D45. Grayscale: #D7D7D7. Windows color (decimal): -3349830 or 12247756. OLE color: 12247756.

HSL color Cylindrical-coordinate representation of color #CCE2BA: hue angle of 93º degrees, saturation: 0.41, 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 #CCE2BA is Cyan = 0.10, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.11.

Color convert

RGB 204 226 186 -
CMYK 0.10 0 0.18 0.11
HSL 93º 0.41% 0.81% -
HSV(B) 93º 0.18% 0.89% -
XYZ 60.96 70.78 56.9 -
YUV 214.86 111.71 120.25 -
System Red Green Blue C M Y K H S L
Decimal 204 226 186 0.10 0 0.18 0.11 93 0.41 0.81
Hex CC E2 BA A 0 12 B 5D 29 51
Octal 314 342 272 12 0 22 13 135 51 121
Binary 11001100 11100010 10111010 1010 0 10010 1011 1011101 101001 1010001

Color Harmonies of #CCE2BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCE2BA

Black with #CCE2BA

Text Example


Text Example

White with #CCE2BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCE2BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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