Html Css Color HEX #DAFBBC Tea Green

📋 copy color: '#DAFBBC'

red 218 ◦ green 251 ◦ blue 188

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

Shades of Tea Green #DAFBBC

Tints of Tea Green #DAFBBC

RGB

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

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

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

R = 33.18%
G = 38.2%
B = 28.61%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.25

 K value IS 0.02

RGB Variations

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

Color information

#DAFBBC (or 0xDAFBBC) is known color: Tea Green. HEX triplet: DA, FB and BC. RGB value is (218,251,188). Sum of RGB (Red+Green+Blue) = 218+251+188=657 (87% of max value = 765). Red value is 218 (85.55% from 255 or 33.18% from 657); Green value is 251 (98.44% from 255 or 38.20% from 657); Blue value is 188 (73.83% from 255 or 28.61% from 657); Max value from RGB is 251 - color contains mainly: green. Hex color #DAFBBC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAFBBC is #250443. Grayscale: #EAEAEA. Windows color (decimal): -2425924 or 12385242. OLE color: 12385242.

HSL color Cylindrical-coordinate representation of color #DAFBBC: hue angle of 91.43º degrees, saturation: 0.89, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #DAFBBC is Cyan = 0.13, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.02.

Color convert

RGB 218 251 188 -
CMYK 0.13 0 0.25 0.02
HSL 91.43º 0.89% 0.86% -
HSV(B) 91.43º 0.25% 0.98% -
XYZ 72.49 87.53 60.65 -
YUV 233.95 102.07 116.62 -
System Red Green Blue C M Y K H S L
Decimal 218 251 188 0.13 0 0.25 0.02 91.43 0.89 0.86
Hex DA FB BC D 0 19 2 5B 59 56
Octal 332 373 274 15 0 31 2 133 131 126
Binary 11011010 11111011 10111100 1101 0 11001 10 1011011 1011001 1010110

Color Harmonies of #DAFBBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAFBBC

Black with #DAFBBC

Text Example


Text Example

White with #DAFBBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAFBBC; }

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

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

background-color css

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

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

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

border-color css

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

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

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