Html Css Color HEX #CDEAC5 Tea Green

📋 copy color: '#CDEAC5'

red 205 ◦ green 234 ◦ blue 197

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

Shades of Tea Green #CDEAC5

Tints of Tea Green #CDEAC5

RGB

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

 GREEN value IS 234 (91.8% from 255) = 36.79%

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

R = 32.23%
G = 36.79%
B = 30.97%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.16

 K value IS 0.08

RGB Variations

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

Color information

#CDEAC5 (or 0xCDEAC5) is known color: Tea Green. HEX triplet: CD, EA and C5. RGB value is (205,234,197). Sum of RGB (Red+Green+Blue) = 205+234+197=636 (84% of max value = 765). Red value is 205 (80.47% from 255 or 32.23% from 636); Green value is 234 (91.80% from 255 or 36.79% from 636); Blue value is 197 (77.34% from 255 or 30.97% from 636); Max value from RGB is 234 - color contains mainly: green. Hex color #CDEAC5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CDEAC5 is #32153A. Grayscale: #DDDDDD. Windows color (decimal): -3282235 or 12970701. OLE color: 12970701.

HSL color Cylindrical-coordinate representation of color #CDEAC5: hue angle of 107.03º degrees, saturation: 0.47, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CDEAC5 is Cyan = 0.12, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.08.

Color convert

RGB 205 234 197 -
CMYK 0.12 0 0.16 0.08
HSL 107.03º 0.47% 0.85% -
HSV(B) 107.03º 0.16% 0.92% -
XYZ 64.68 75.86 64.06 -
YUV 221.11 114.39 116.51 -
System Red Green Blue C M Y K H S L
Decimal 205 234 197 0.12 0 0.16 0.08 107.03 0.47 0.85
Hex CD EA C5 C 0 10 8 6B 2F 55
Octal 315 352 305 14 0 20 10 153 57 125
Binary 11001101 11101010 11000101 1100 0 10000 1000 1101011 101111 1010101

Color Harmonies of #CDEAC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDEAC5

Black with #CDEAC5

Text Example


Text Example

White with #CDEAC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDEAC5; }

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

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

background-color css

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

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

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

border-color css

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

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

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