Html Css Color HEX #CDEDB5 Tea Green

📋 copy color: '#CDEDB5'

red 205 ◦ green 237 ◦ blue 181

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

Shades of Tea Green #CDEDB5

Tints of Tea Green #CDEDB5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 29.05%

R = 32.91%
G = 38.04%
B = 29.05%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.24

 K value IS 0.07

RGB Variations

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

Color information

#CDEDB5 (or 0xCDEDB5) is known color: Tea Green. HEX triplet: CD, ED and B5. RGB value is (205,237,181). Sum of RGB (Red+Green+Blue) = 205+237+181=623 (82% of max value = 765). Red value is 205 (80.47% from 255 or 32.91% from 623); Green value is 237 (92.97% from 255 or 38.04% from 623); Blue value is 181 (71.09% from 255 or 29.05% from 623); Max value from RGB is 237 - color contains mainly: green. Hex color #CDEDB5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CDEDB5 is #32124A. Grayscale: #DDDDDD. Windows color (decimal): -3281483 or 11922893. OLE color: 11922893.

HSL color Cylindrical-coordinate representation of color #CDEDB5: hue angle of 94.29º degrees, saturation: 0.61, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #CDEDB5 is Cyan = 0.14, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.07.

Color convert

RGB 205 237 181 -
CMYK 0.14 0 0.24 0.07
HSL 94.29º 0.61% 0.82% -
HSV(B) 94.29º 0.24% 0.93% -
XYZ 63.8 76.88 55.19 -
YUV 221.05 105.4 116.55 -
System Red Green Blue C M Y K H S L
Decimal 205 237 181 0.14 0 0.24 0.07 94.29 0.61 0.82
Hex CD ED B5 E 0 18 7 5E 3D 52
Octal 315 355 265 16 0 30 7 136 75 122
Binary 11001101 11101101 10110101 1110 0 11000 111 1011110 111101 1010010

Color Harmonies of #CDEDB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDEDB5

Black with #CDEDB5

Text Example


Text Example

White with #CDEDB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDEDB5; }

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

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

background-color css

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

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

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

border-color css

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

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

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