Html Css Color HEX #CDEBC5 Tea Green

📋 copy color: '#CDEBC5'

red 205 ◦ green 235 ◦ blue 197

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

Shades of Tea Green #CDEBC5

Tints of Tea Green #CDEBC5

RGB

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

 GREEN value IS 235 (92.19% from 255) = 36.89%

 BLUE value IS 197 (77.34% from 255) = 30.93%

R = 32.18%
G = 36.89%
B = 30.93%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.16

 K value IS 0.08

RGB Variations

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

Color information

#CDEBC5 (or 0xCDEBC5) is known color: Tea Green. HEX triplet: CD, EB and C5. RGB value is (205,235,197). Sum of RGB (Red+Green+Blue) = 205+235+197=637 (84% of max value = 765). Red value is 205 (80.47% from 255 or 32.18% from 637); Green value is 235 (92.19% from 255 or 36.89% from 637); Blue value is 197 (77.34% from 255 or 30.93% from 637); Max value from RGB is 235 - color contains mainly: green. Hex color #CDEBC5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CDEBC5 is #32143A. Grayscale: #DDDDDD. Windows color (decimal): -3281979 or 12970957. OLE color: 12970957.

HSL color Cylindrical-coordinate representation of color #CDEBC5: hue angle of 107.37º degrees, saturation: 0.49, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CDEBC5 is Cyan = 0.13, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.08.

Color convert

RGB 205 235 197 -
CMYK 0.13 0 0.16 0.08
HSL 107.37º 0.49% 0.85% -
HSV(B) 107.37º 0.16% 0.92% -
XYZ 64.96 76.43 64.15 -
YUV 221.7 114.06 116.09 -
System Red Green Blue C M Y K H S L
Decimal 205 235 197 0.13 0 0.16 0.08 107.37 0.49 0.85
Hex CD EB C5 D 0 10 8 6B 31 55
Octal 315 353 305 15 0 20 10 153 61 125
Binary 11001101 11101011 11000101 1101 0 10000 1000 1101011 110001 1010101

Color Harmonies of #CDEBC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDEBC5

Black with #CDEBC5

Text Example


Text Example

White with #CDEBC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDEBC5; }

 p { color: rgb(205,235,197); }

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

background-color css

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

 a { background-color: rgb(205,235,197); }

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

border-color css

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

 span { border-color: rgb(205,235,197); }

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