Html Css Color HEX #CDE6BD Tea Green

📋 copy color: '#CDE6BD'

red 205 ◦ green 230 ◦ blue 189

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

Shades of Tea Green #CDE6BD

Tints of Tea Green #CDE6BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 30.29%

R = 32.85%
G = 36.86%
B = 30.29%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.18

 K value IS 0.10

RGB Variations

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

Color information

#CDE6BD (or 0xCDE6BD) is known color: Tea Green. HEX triplet: CD, E6 and BD. RGB value is (205,230,189). Sum of RGB (Red+Green+Blue) = 205+230+189=624 (82% of max value = 765). Red value is 205 (80.47% from 255 or 32.85% from 624); Green value is 230 (90.23% from 255 or 36.86% from 624); Blue value is 189 (74.22% from 255 or 30.29% from 624); Max value from RGB is 230 - color contains mainly: green. Hex color #CDE6BD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CDE6BD is #321942. Grayscale: #D9D9D9. Windows color (decimal): -3283267 or 12445389. OLE color: 12445389.

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

Color convert

RGB 205 230 189 -
CMYK 0.11 0 0.18 0.10
HSL 96.59º 0.45% 0.82% -
HSV(B) 96.59º 0.18% 0.9% -
XYZ 62.66 73.25 58.98 -
YUV 217.85 111.72 118.83 -
System Red Green Blue C M Y K H S L
Decimal 205 230 189 0.11 0 0.18 0.10 96.59 0.45 0.82
Hex CD E6 BD B 0 12 A 61 2D 52
Octal 315 346 275 13 0 22 12 141 55 122
Binary 11001101 11100110 10111101 1011 0 10010 1010 1100001 101101 1010010

Color Harmonies of #CDE6BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDE6BD

Black with #CDE6BD

Text Example


Text Example

White with #CDE6BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDE6BD; }

 p { color: rgb(205,230,189); }

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

background-color css

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

 a { background-color: rgb(205,230,189); }

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

border-color css

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

 span { border-color: rgb(205,230,189); }

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