Html Css Color HEX #DEFBC1 Tea Green

📋 copy color: '#DEFBC1'

red 222 ◦ green 251 ◦ blue 193

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

Shades of Tea Green #DEFBC1

Tints of Tea Green #DEFBC1

RGB

 RED value IS 222 (87.11% from 255) = 33.33%

 GREEN value IS 251 (98.44% from 255) = 37.69%

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

R = 33.33%
G = 37.69%
B = 28.98%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.23

 K value IS 0.02

RGB Variations

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

Color information

#DEFBC1 (or 0xDEFBC1) is known color: Tea Green. HEX triplet: DE, FB and C1. RGB value is (222,251,193). Sum of RGB (Red+Green+Blue) = 222+251+193=666 (88% of max value = 765). Red value is 222 (87.11% from 255 or 33.33% from 666); Green value is 251 (98.44% from 255 or 37.69% from 666); Blue value is 193 (75.78% from 255 or 28.98% from 666); Max value from RGB is 251 - color contains mainly: green. Hex color #DEFBC1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DEFBC1 is #21043E. Grayscale: #EBEBEB. Windows color (decimal): -2163775 or 12712926. OLE color: 12712926.

HSL color Cylindrical-coordinate representation of color #DEFBC1: hue angle of 90º degrees, saturation: 0.88, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DEFBC1 is Cyan = 0.12, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.02.

Color convert

RGB 222 251 193 -
CMYK 0.12 0 0.23 0.02
HSL 90º 0.88% 0.87% -
HSV(B) 90º 0.23% 0.98% -
XYZ 74.25 88.37 63.6 -
YUV 235.72 103.89 118.22 -
System Red Green Blue C M Y K H S L
Decimal 222 251 193 0.12 0 0.23 0.02 90 0.88 0.87
Hex DE FB C1 C 0 17 2 5A 58 57
Octal 336 373 301 14 0 27 2 132 130 127
Binary 11011110 11111011 11000001 1100 0 10111 10 1011010 1011000 1010111

Color Harmonies of #DEFBC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEFBC1

Black with #DEFBC1

Text Example


Text Example

White with #DEFBC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEFBC1; }

 p { color: rgb(222,251,193); }

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

background-color css

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

 a { background-color: rgb(222,251,193); }

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

border-color css

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

 span { border-color: rgb(222,251,193); }

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