Html Css Color HEX #CDEDBE Tea Green

📋 copy color: '#CDEDBE'

red 205 ◦ green 237 ◦ blue 190

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

Shades of Tea Green #CDEDBE

Tints of Tea Green #CDEDBE

RGB

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

 GREEN value IS 237 (92.97% from 255) = 37.5%

 BLUE value IS 190 (74.61% from 255) = 30.06%

R = 32.44%
G = 37.5%
B = 30.06%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.20

 K value IS 0.07

RGB Variations

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

Color information

#CDEDBE (or 0xCDEDBE) is known color: Tea Green. HEX triplet: CD, ED and BE. RGB value is (205,237,190). Sum of RGB (Red+Green+Blue) = 205+237+190=632 (83% of max value = 765). Red value is 205 (80.47% from 255 or 32.44% from 632); Green value is 237 (92.97% from 255 or 37.5% from 632); Blue value is 190 (74.61% from 255 or 30.06% from 632); Max value from RGB is 237 - color contains mainly: green. Hex color #CDEDBE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CDEDBE is #321241. Grayscale: #DEDEDE. Windows color (decimal): -3281474 or 12512717. OLE color: 12512717.

HSL color Cylindrical-coordinate representation of color #CDEDBE: hue angle of 100.85º degrees, saturation: 0.57, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CDEDBE is Cyan = 0.14, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.07.

Color convert

RGB 205 237 190 -
CMYK 0.14 0 0.20 0.07
HSL 100.85º 0.57% 0.84% -
HSV(B) 100.85º 0.2% 0.93% -
XYZ 64.76 77.27 60.22 -
YUV 222.07 109.9 115.82 -
System Red Green Blue C M Y K H S L
Decimal 205 237 190 0.14 0 0.20 0.07 100.85 0.57 0.84
Hex CD ED BE E 0 14 7 65 39 54
Octal 315 355 276 16 0 24 7 145 71 124
Binary 11001101 11101101 10111110 1110 0 10100 111 1100101 111001 1010100

Color Harmonies of #CDEDBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDEDBE

Black with #CDEDBE

Text Example


Text Example

White with #CDEDBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDEDBE; }

 p { color: rgb(205,237,190); }

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

background-color css

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

 a { background-color: rgb(205,237,190); }

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

border-color css

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

 span { border-color: rgb(205,237,190); }

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