Html Css Color HEX #CDEBBA Tea Green

📋 copy color: '#CDEBBA'

red 205 ◦ green 235 ◦ blue 186

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

Shades of Tea Green #CDEBBA

Tints of Tea Green #CDEBBA

RGB

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

 GREEN value IS 235 (92.19% from 255) = 37.54%

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

R = 32.75%
G = 37.54%
B = 29.71%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.21

 K value IS 0.08

RGB Variations

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

Color information

#CDEBBA (or 0xCDEBBA) is known color: Tea Green. HEX triplet: CD, EB and BA. RGB value is (205,235,186). Sum of RGB (Red+Green+Blue) = 205+235+186=626 (82% of max value = 765). Red value is 205 (80.47% from 255 or 32.75% from 626); Green value is 235 (92.19% from 255 or 37.54% from 626); Blue value is 186 (73.05% from 255 or 29.71% from 626); Max value from RGB is 235 - color contains mainly: green. Hex color #CDEBBA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CDEBBA is #321445. Grayscale: #DCDCDC. Windows color (decimal): -3281990 or 12250061. OLE color: 12250061.

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

Color convert

RGB 205 235 186 -
CMYK 0.13 0 0.21 0.08
HSL 96.73º 0.55% 0.83% -
HSV(B) 96.73º 0.21% 0.92% -
XYZ 63.75 75.94 57.75 -
YUV 220.44 108.56 116.98 -
System Red Green Blue C M Y K H S L
Decimal 205 235 186 0.13 0 0.21 0.08 96.73 0.55 0.83
Hex CD EB BA D 0 15 8 61 37 53
Octal 315 353 272 15 0 25 10 141 67 123
Binary 11001101 11101011 10111010 1101 0 10101 1000 1100001 110111 1010011

Color Harmonies of #CDEBBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDEBBA

Black with #CDEBBA

Text Example


Text Example

White with #CDEBBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDEBBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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