Html Css Color HEX #D0FABC Tea Green

📋 copy color: '#D0FABC'

red 208 ◦ green 250 ◦ blue 188

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

Shades of Tea Green #D0FABC

Tints of Tea Green #D0FABC

RGB

 RED value IS 208 (81.64% from 255) = 32.2%

 GREEN value IS 250 (98.05% from 255) = 38.7%

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

R = 32.2%
G = 38.7%
B = 29.1%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.25

 K value IS 0.02

RGB Variations

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

Color information

#D0FABC (or 0xD0FABC) is known color: Tea Green. HEX triplet: D0, FA and BC. RGB value is (208,250,188). Sum of RGB (Red+Green+Blue) = 208+250+188=646 (85% of max value = 765). Red value is 208 (81.64% from 255 or 32.20% from 646); Green value is 250 (98.05% from 255 or 38.70% from 646); Blue value is 188 (73.83% from 255 or 29.10% from 646); Max value from RGB is 250 - color contains mainly: green. Hex color #D0FABC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D0FABC is #2F0543. Grayscale: #E6E6E6. Windows color (decimal): -3081540 or 12384976. OLE color: 12384976.

HSL color Cylindrical-coordinate representation of color #D0FABC: hue angle of 100.65º degrees, saturation: 0.86, 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 #D0FABC is Cyan = 0.17, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.02.

Color convert

RGB 208 250 188 -
CMYK 0.17 0 0.25 0.02
HSL 100.65º 0.86% 0.86% -
HSV(B) 100.65º 0.25% 0.98% -
XYZ 69.28 85.41 60.41 -
YUV 230.37 104.09 112.04 -
System Red Green Blue C M Y K H S L
Decimal 208 250 188 0.17 0 0.25 0.02 100.65 0.86 0.86
Hex D0 FA BC 11 0 19 2 65 56 56
Octal 320 372 274 21 0 31 2 145 126 126
Binary 11010000 11111010 10111100 10001 0 11001 10 1100101 1010110 1010110

Color Harmonies of #D0FABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0FABC

Black with #D0FABC

Text Example


Text Example

White with #D0FABC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0FABC; }

 p { color: rgb(208,250,188); }

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

background-color css

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

 a { background-color: rgb(208,250,188); }

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

border-color css

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

 span { border-color: rgb(208,250,188); }

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