Html Css Color HEX #CDE5BA Tea Green

📋 copy color: '#CDE5BA'

red 205 ◦ green 229 ◦ blue 186

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

Shades of Tea Green #CDE5BA

Tints of Tea Green #CDE5BA

RGB

 RED value IS 205 (80.47% from 255) = 33.06%

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

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

R = 33.06%
G = 36.94%
B = 30%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.19

 K value IS 0.10

RGB Variations

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

Color information

#CDE5BA (or 0xCDE5BA) is known color: Tea Green. HEX triplet: CD, E5 and BA. RGB value is (205,229,186). Sum of RGB (Red+Green+Blue) = 205+229+186=620 (82% of max value = 765). Red value is 205 (80.47% from 255 or 33.06% from 620); Green value is 229 (89.84% from 255 or 36.94% from 620); Blue value is 186 (73.05% from 255 or 30% from 620); Max value from RGB is 229 - color contains mainly: green. Hex color #CDE5BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDE5BA is #321A45. Grayscale: #D9D9D9. Windows color (decimal): -3283526 or 12248525. OLE color: 12248525.

HSL color Cylindrical-coordinate representation of color #CDE5BA: hue angle of 93.49º 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 #CDE5BA is Cyan = 0.10, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.10.

Color convert

RGB 205 229 186 -
CMYK 0.10 0 0.19 0.10
HSL 93.49º 0.45% 0.81% -
HSV(B) 93.49º 0.19% 0.9% -
XYZ 62.06 72.56 57.19 -
YUV 216.92 110.55 119.5 -
System Red Green Blue C M Y K H S L
Decimal 205 229 186 0.10 0 0.19 0.10 93.49 0.45 0.81
Hex CD E5 BA A 0 13 A 5D 2D 51
Octal 315 345 272 12 0 23 12 135 55 121
Binary 11001101 11100101 10111010 1010 0 10011 1010 1011101 101101 1010001

Color Harmonies of #CDE5BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDE5BA

Black with #CDE5BA

Text Example


Text Example

White with #CDE5BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDE5BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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