Html Css Color HEX #CCE6BA Tea Green

📋 copy color: '#CCE6BA'

red 204 ◦ green 230 ◦ blue 186

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

Shades of Tea Green #CCE6BA

Tints of Tea Green #CCE6BA

RGB

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

 GREEN value IS 230 (90.23% from 255) = 37.1%

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

R = 32.9%
G = 37.1%
B = 30%

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

#CCE6BA (or 0xCCE6BA) is known color: Tea Green. HEX triplet: CC, E6 and BA. RGB value is (204,230,186). Sum of RGB (Red+Green+Blue) = 204+230+186=620 (82% of max value = 765). Red value is 204 (80.08% from 255 or 32.90% from 620); Green value is 230 (90.23% from 255 or 37.10% from 620); Blue value is 186 (73.05% from 255 or 30% from 620); Max value from RGB is 230 - color contains mainly: green. Hex color #CCE6BA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCE6BA is #331945. Grayscale: #D9D9D9. Windows color (decimal): -3348806 or 12248780. OLE color: 12248780.

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

Color convert

RGB 204 230 186 -
CMYK 0.11 0 0.19 0.10
HSL 95.45º 0.47% 0.82% -
HSV(B) 95.45º 0.19% 0.9% -
XYZ 62.06 72.98 57.27 -
YUV 217.21 110.39 118.58 -
System Red Green Blue C M Y K H S L
Decimal 204 230 186 0.11 0 0.19 0.10 95.45 0.47 0.82
Hex CC E6 BA B 0 13 A 5F 2F 52
Octal 314 346 272 13 0 23 12 137 57 122
Binary 11001100 11100110 10111010 1011 0 10011 1010 1011111 101111 1010010

Color Harmonies of #CCE6BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCE6BA

Black with #CCE6BA

Text Example


Text Example

White with #CCE6BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCE6BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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