Html Css Color HEX #CDEBC1 Tea Green

📋 copy color: '#CDEBC1'

red 205 ◦ green 235 ◦ blue 193

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

Shades of Tea Green #CDEBC1

Tints of Tea Green #CDEBC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 30.49%

R = 32.39%
G = 37.12%
B = 30.49%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.18

 K value IS 0.08

RGB Variations

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

Color information

#CDEBC1 (or 0xCDEBC1) is known color: Tea Green. HEX triplet: CD, EB and C1. RGB value is (205,235,193). Sum of RGB (Red+Green+Blue) = 205+235+193=633 (83% of max value = 765). Red value is 205 (80.47% from 255 or 32.39% from 633); Green value is 235 (92.19% from 255 or 37.12% from 633); Blue value is 193 (75.78% from 255 or 30.49% from 633); Max value from RGB is 235 - color contains mainly: green. Hex color #CDEBC1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CDEBC1 is #32143E. Grayscale: #DDDDDD. Windows color (decimal): -3281983 or 12708813. OLE color: 12708813.

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

Color convert

RGB 205 235 193 -
CMYK 0.13 0 0.18 0.08
HSL 102.86º 0.51% 0.84% -
HSV(B) 102.86º 0.18% 0.92% -
XYZ 64.51 76.25 61.77 -
YUV 221.24 112.06 116.42 -
System Red Green Blue C M Y K H S L
Decimal 205 235 193 0.13 0 0.18 0.08 102.86 0.51 0.84
Hex CD EB C1 D 0 12 8 67 33 54
Octal 315 353 301 15 0 22 10 147 63 124
Binary 11001101 11101011 11000001 1101 0 10010 1000 1100111 110011 1010100

Color Harmonies of #CDEBC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDEBC1

Black with #CDEBC1

Text Example


Text Example

White with #CDEBC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDEBC1; }

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

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

background-color css

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

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

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

border-color css

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

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

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