Html Css Color HEX #CDEAB1 Tea Green

📋 copy color: '#CDEAB1'

red 205 ◦ green 234 ◦ blue 177

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

Shades of Tea Green #CDEAB1

Tints of Tea Green #CDEAB1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 28.73%

R = 33.28%
G = 37.99%
B = 28.73%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.24

 K value IS 0.08

RGB Variations

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

Color information

#CDEAB1 (or 0xCDEAB1) is known color: Tea Green. HEX triplet: CD, EA and B1. RGB value is (205,234,177). Sum of RGB (Red+Green+Blue) = 205+234+177=616 (81% of max value = 765). Red value is 205 (80.47% from 255 or 33.28% from 616); Green value is 234 (91.80% from 255 or 37.99% from 616); Blue value is 177 (69.53% from 255 or 28.73% from 616); Max value from RGB is 234 - color contains mainly: green. Hex color #CDEAB1 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CDEAB1 is #32154E. Grayscale: #DBDBDB. Windows color (decimal): -3282255 or 11659981. OLE color: 11659981.

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

Color convert

RGB 205 234 177 -
CMYK 0.12 0 0.24 0.08
HSL 90.53º 0.58% 0.81% -
HSV(B) 90.53º 0.24% 0.92% -
XYZ 62.54 75 52.78 -
YUV 218.83 104.39 118.13 -
System Red Green Blue C M Y K H S L
Decimal 205 234 177 0.12 0 0.24 0.08 90.53 0.58 0.81
Hex CD EA B1 C 0 18 8 5B 3A 51
Octal 315 352 261 14 0 30 10 133 72 121
Binary 11001101 11101010 10110001 1100 0 11000 1000 1011011 111010 1010001

Color Harmonies of #CDEAB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDEAB1

Black with #CDEAB1

Text Example


Text Example

White with #CDEAB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDEAB1; }

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

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

background-color css

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

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

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

border-color css

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

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

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