Html Css Color HEX #CDEDC1 Tea Green

📋 copy color: '#CDEDC1'

red 205 ◦ green 237 ◦ blue 193

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

Shades of Tea Green #CDEDC1

Tints of Tea Green #CDEDC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 30.39%

R = 32.28%
G = 37.32%
B = 30.39%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.19

 K value IS 0.07

RGB Variations

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

Color information

#CDEDC1 (or 0xCDEDC1) is known color: Tea Green. HEX triplet: CD, ED and C1. RGB value is (205,237,193). Sum of RGB (Red+Green+Blue) = 205+237+193=635 (84% of max value = 765). Red value is 205 (80.47% from 255 or 32.28% from 635); Green value is 237 (92.97% from 255 or 37.32% from 635); Blue value is 193 (75.78% from 255 or 30.39% from 635); Max value from RGB is 237 - color contains mainly: green. Hex color #CDEDC1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CDEDC1 is #32123E. Grayscale: #DEDEDE. Windows color (decimal): -3281471 or 12709325. OLE color: 12709325.

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

Color convert

RGB 205 237 193 -
CMYK 0.14 0 0.19 0.07
HSL 103.64º 0.55% 0.84% -
HSV(B) 103.64º 0.19% 0.93% -
XYZ 65.09 77.4 61.96 -
YUV 222.42 111.4 115.58 -
System Red Green Blue C M Y K H S L
Decimal 205 237 193 0.14 0 0.19 0.07 103.64 0.55 0.84
Hex CD ED C1 E 0 13 7 68 37 54
Octal 315 355 301 16 0 23 7 150 67 124
Binary 11001101 11101101 11000001 1110 0 10011 111 1101000 110111 1010100

Color Harmonies of #CDEDC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDEDC1

Black with #CDEDC1

Text Example


Text Example

White with #CDEDC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDEDC1; }

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

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

background-color css

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

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

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

border-color css

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

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

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