Html Css Color HEX #CDECC2 Tea Green

📋 copy color: '#CDECC2'

red 205 ◦ green 236 ◦ blue 194

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

Shades of Tea Green #CDECC2

Tints of Tea Green #CDECC2

RGB

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

 GREEN value IS 236 (92.58% from 255) = 37.17%

 BLUE value IS 194 (76.17% from 255) = 30.55%

R = 32.28%
G = 37.17%
B = 30.55%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.18

 K value IS 0.07

RGB Variations

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

Color information

#CDECC2 (or 0xCDECC2) is known color: Tea Green. HEX triplet: CD, EC and C2. RGB value is (205,236,194). Sum of RGB (Red+Green+Blue) = 205+236+194=635 (84% of max value = 765). Red value is 205 (80.47% from 255 or 32.28% from 635); Green value is 236 (92.58% from 255 or 37.17% from 635); Blue value is 194 (76.17% from 255 or 30.55% from 635); Max value from RGB is 236 - color contains mainly: green. Hex color #CDECC2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CDECC2 is #32133D. Grayscale: #DEDEDE. Windows color (decimal): -3281726 or 12774605. OLE color: 12774605.

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

Color convert

RGB 205 236 194 -
CMYK 0.13 0 0.18 0.07
HSL 104.29º 0.53% 0.84% -
HSV(B) 104.29º 0.18% 0.93% -
XYZ 64.91 76.87 62.45 -
YUV 221.94 112.23 115.92 -
System Red Green Blue C M Y K H S L
Decimal 205 236 194 0.13 0 0.18 0.07 104.29 0.53 0.84
Hex CD EC C2 D 0 12 7 68 34 54
Octal 315 354 302 15 0 22 7 150 64 124
Binary 11001101 11101100 11000010 1101 0 10010 111 1101000 110100 1010100

Color Harmonies of #CDECC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDECC2

Black with #CDECC2

Text Example


Text Example

White with #CDECC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDECC2; }

 p { color: rgb(205,236,194); }

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

background-color css

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

 a { background-color: rgb(205,236,194); }

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

border-color css

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

 span { border-color: rgb(205,236,194); }

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