Html Css Color HEX #DAFEBC Tea Green

📋 copy color: '#DAFEBC'

red 218 ◦ green 254 ◦ blue 188

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

Shades of Tea Green #DAFEBC

Tints of Tea Green #DAFEBC

RGB

 RED value IS 218 (85.55% from 255) = 33.03%

 GREEN value IS 254 (99.61% from 255) = 38.48%

 BLUE value IS 188 (73.83% from 255) = 28.48%

R = 33.03%
G = 38.48%
B = 28.48%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.26

 K value IS 0.00

RGB Variations

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

Color information

#DAFEBC (or 0xDAFEBC) is known color: Tea Green. HEX triplet: DA, FE and BC. RGB value is (218,254,188). Sum of RGB (Red+Green+Blue) = 218+254+188=660 (87% of max value = 765). Red value is 218 (85.55% from 255 or 33.03% from 660); Green value is 254 (99.61% from 255 or 38.48% from 660); Blue value is 188 (73.83% from 255 or 28.48% from 660); Max value from RGB is 254 - color contains mainly: green. Hex color #DAFEBC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAFEBC is #250143. Grayscale: #EBEBEB. Windows color (decimal): -2425156 or 12386010. OLE color: 12386010.

HSL color Cylindrical-coordinate representation of color #DAFEBC: hue angle of 92.73º degrees, saturation: 0.97, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #DAFEBC is Cyan = 0.14, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.00.

Color convert

RGB 218 254 188 -
CMYK 0.14 0 0.26 0.00
HSL 92.73º 0.97% 0.87% -
HSV(B) 92.73º 0.26% 1% -
XYZ 73.43 89.42 60.97 -
YUV 235.71 101.07 115.37 -
System Red Green Blue C M Y K H S L
Decimal 218 254 188 0.14 0 0.26 0.00 92.73 0.97 0.87
Hex DA FE BC E 0 1A 0 5D 61 57
Octal 332 376 274 16 0 32 0 135 141 127
Binary 11011010 11111110 10111100 1110 0 11010 0 1011101 1100001 1010111

Color Harmonies of #DAFEBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAFEBC

Black with #DAFEBC

Text Example


Text Example

White with #DAFEBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAFEBC; }

 p { color: rgb(218,254,188); }

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

background-color css

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

 a { background-color: rgb(218,254,188); }

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

border-color css

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

 span { border-color: rgb(218,254,188); }

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