Html Css Color HEX #CDEEC0 Tea Green

📋 copy color: '#CDEEC0'

red 205 ◦ green 238 ◦ blue 192

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

Shades of Tea Green #CDEEC0

Tints of Tea Green #CDEEC0

RGB

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

 GREEN value IS 238 (93.36% from 255) = 37.48%

 BLUE value IS 192 (75.39% from 255) = 30.24%

R = 32.28%
G = 37.48%
B = 30.24%

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

#CDEEC0 (or 0xCDEEC0) is known color: Tea Green. HEX triplet: CD, EE and C0. RGB value is (205,238,192). Sum of RGB (Red+Green+Blue) = 205+238+192=635 (84% of max value = 765). Red value is 205 (80.47% from 255 or 32.28% from 635); Green value is 238 (93.36% from 255 or 37.48% from 635); Blue value is 192 (75.39% from 255 or 30.24% from 635); Max value from RGB is 238 - color contains mainly: green. Hex color #CDEEC0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CDEEC0 is #32113F. Grayscale: #DFDFDF. Windows color (decimal): -3281216 or 12644045. OLE color: 12644045.

HSL color Cylindrical-coordinate representation of color #CDEEC0: hue angle of 103.04º degrees, saturation: 0.57, 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 #CDEEC0 is Cyan = 0.14, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.07.

Color convert

RGB 205 238 192 -
CMYK 0.14 0 0.19 0.07
HSL 103.04º 0.58% 0.84% -
HSV(B) 103.04º 0.19% 0.93% -
XYZ 65.27 77.93 61.47 -
YUV 222.89 110.57 115.24 -
System Red Green Blue C M Y K H S L
Decimal 205 238 192 0.14 0 0.19 0.07 103.04 0.58 0.84
Hex CD EE C0 E 0 13 7 67 3A 54
Octal 315 356 300 16 0 23 7 147 72 124
Binary 11001101 11101110 11000000 1110 0 10011 111 1100111 111010 1010100

Color Harmonies of #CDEEC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDEEC0

Black with #CDEEC0

Text Example


Text Example

White with #CDEEC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDEEC0; }

 p { color: rgb(205,238,192); }

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

background-color css

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

 a { background-color: rgb(205,238,192); }

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

border-color css

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

 span { border-color: rgb(205,238,192); }

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