Html Css Color HEX #CDEAB2 Tea Green

📋 copy color: '#CDEAB2'

red 205 ◦ green 234 ◦ blue 178

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

Shades of Tea Green #CDEAB2

Tints of Tea Green #CDEAB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 28.85%

R = 33.23%
G = 37.93%
B = 28.85%

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

#CDEAB2 (or 0xCDEAB2) is known color: Tea Green. HEX triplet: CD, EA and B2. RGB value is (205,234,178). Sum of RGB (Red+Green+Blue) = 205+234+178=617 (81% of max value = 765). Red value is 205 (80.47% from 255 or 33.23% from 617); Green value is 234 (91.80% from 255 or 37.93% from 617); Blue value is 178 (69.92% from 255 or 28.85% from 617); Max value from RGB is 234 - color contains mainly: green. Hex color #CDEAB2 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CDEAB2 is #32154D. Grayscale: #DBDBDB. Windows color (decimal): -3282254 or 11725517. OLE color: 11725517.

HSL color Cylindrical-coordinate representation of color #CDEAB2: hue angle of 91.07º degrees, saturation: 0.57, 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 #CDEAB2 is Cyan = 0.12, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.08.

Color convert

RGB 205 234 178 -
CMYK 0.12 0 0.24 0.08
HSL 91.07º 0.57% 0.81% -
HSV(B) 91.07º 0.24% 0.92% -
XYZ 62.64 75.04 53.3 -
YUV 218.95 104.89 118.05 -
System Red Green Blue C M Y K H S L
Decimal 205 234 178 0.12 0 0.24 0.08 91.07 0.57 0.81
Hex CD EA B2 C 0 18 8 5B 39 51
Octal 315 352 262 14 0 30 10 133 71 121
Binary 11001101 11101010 10110010 1100 0 11000 1000 1011011 111001 1010001

Color Harmonies of #CDEAB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDEAB2

Black with #CDEAB2

Text Example


Text Example

White with #CDEAB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDEAB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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