Html Css Color HEX #CDEEC5 Tea Green

📋 copy color: '#CDEEC5'

red 205 ◦ green 238 ◦ blue 197

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

Shades of Tea Green #CDEEC5

Tints of Tea Green #CDEEC5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 30.78%

R = 32.03%
G = 37.19%
B = 30.78%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.17

 K value IS 0.07

RGB Variations

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

Color information

#CDEEC5 (or 0xCDEEC5) is known color: Tea Green. HEX triplet: CD, EE and C5. RGB value is (205,238,197). Sum of RGB (Red+Green+Blue) = 205+238+197=640 (84% of max value = 765). Red value is 205 (80.47% from 255 or 32.03% from 640); Green value is 238 (93.36% from 255 or 37.19% from 640); Blue value is 197 (77.34% from 255 or 30.78% from 640); Max value from RGB is 238 - color contains mainly: green. Hex color #CDEEC5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CDEEC5 is #32113A. Grayscale: #DFDFDF. Windows color (decimal): -3281211 or 12971725. OLE color: 12971725.

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

Color convert

RGB 205 238 197 -
CMYK 0.14 0 0.17 0.07
HSL 108.29º 0.55% 0.85% -
HSV(B) 108.29º 0.17% 0.93% -
XYZ 65.83 78.16 64.44 -
YUV 223.46 113.07 114.83 -
System Red Green Blue C M Y K H S L
Decimal 205 238 197 0.14 0 0.17 0.07 108.29 0.55 0.85
Hex CD EE C5 E 0 11 7 6C 37 55
Octal 315 356 305 16 0 21 7 154 67 125
Binary 11001101 11101110 11000101 1110 0 10001 111 1101100 110111 1010101

Color Harmonies of #CDEEC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDEEC5

Black with #CDEEC5

Text Example


Text Example

White with #CDEEC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDEEC5; }

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

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

background-color css

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

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

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

border-color css

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

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

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