Html Css Color HEX #CDEABA Tea Green

📋 copy color: '#CDEABA'

red 205 ◦ green 234 ◦ blue 186

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

Shades of Tea Green #CDEABA

Tints of Tea Green #CDEABA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 29.76%

R = 32.8%
G = 37.44%
B = 29.76%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.21

 K value IS 0.08

RGB Variations

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

Color information

#CDEABA (or 0xCDEABA) is known color: Tea Green. HEX triplet: CD, EA and BA. RGB value is (205,234,186). Sum of RGB (Red+Green+Blue) = 205+234+186=625 (82% of max value = 765). Red value is 205 (80.47% from 255 or 32.8% from 625); Green value is 234 (91.80% from 255 or 37.44% from 625); Blue value is 186 (73.05% from 255 or 29.76% from 625); Max value from RGB is 234 - color contains mainly: green. Hex color #CDEABA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CDEABA is #321545. Grayscale: #DCDCDC. Windows color (decimal): -3282246 or 12249805. OLE color: 12249805.

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

Color convert

RGB 205 234 186 -
CMYK 0.12 0 0.21 0.08
HSL 96.25º 0.53% 0.82% -
HSV(B) 96.25º 0.21% 0.92% -
XYZ 63.46 75.37 57.66 -
YUV 219.86 108.89 117.4 -
System Red Green Blue C M Y K H S L
Decimal 205 234 186 0.12 0 0.21 0.08 96.25 0.53 0.82
Hex CD EA BA C 0 15 8 60 35 52
Octal 315 352 272 14 0 25 10 140 65 122
Binary 11001101 11101010 10111010 1100 0 10101 1000 1100000 110101 1010010

Color Harmonies of #CDEABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDEABA

Black with #CDEABA

Text Example


Text Example

White with #CDEABA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDEABA; }

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

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

background-color css

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

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

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

border-color css

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

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

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