Html Css Color HEX #D0F3BA Tea Green

📋 copy color: '#D0F3BA'

red 208 ◦ green 243 ◦ blue 186

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

Shades of Tea Green #D0F3BA

Tints of Tea Green #D0F3BA

RGB

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

 GREEN value IS 243 (95.31% from 255) = 38.15%

 BLUE value IS 186 (73.05% from 255) = 29.2%

R = 32.65%
G = 38.15%
B = 29.2%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.23

 K value IS 0.05

RGB Variations

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

Color information

#D0F3BA (or 0xD0F3BA) is known color: Tea Green. HEX triplet: D0, F3 and BA. RGB value is (208,243,186). Sum of RGB (Red+Green+Blue) = 208+243+186=637 (84% of max value = 765). Red value is 208 (81.64% from 255 or 32.65% from 637); Green value is 243 (95.31% from 255 or 38.15% from 637); Blue value is 186 (73.05% from 255 or 29.20% from 637); Max value from RGB is 243 - color contains mainly: green. Hex color #D0F3BA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D0F3BA is #2F0C45. Grayscale: #E2E2E2. Windows color (decimal): -3083334 or 12252112. OLE color: 12252112.

HSL color Cylindrical-coordinate representation of color #D0F3BA: hue angle of 96.84º degrees, saturation: 0.7, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #D0F3BA is Cyan = 0.14, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.05.

Color convert

RGB 208 243 186 -
CMYK 0.14 0 0.23 0.05
HSL 96.84º 0.7% 0.84% -
HSV(B) 96.84º 0.23% 0.95% -
XYZ 66.93 81.06 58.57 -
YUV 226.04 105.4 115.13 -
System Red Green Blue C M Y K H S L
Decimal 208 243 186 0.14 0 0.23 0.05 96.84 0.7 0.84
Hex D0 F3 BA E 0 17 5 61 46 54
Octal 320 363 272 16 0 27 5 141 106 124
Binary 11010000 11110011 10111010 1110 0 10111 101 1100001 1000110 1010100

Color Harmonies of #D0F3BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0F3BA

Black with #D0F3BA

Text Example


Text Example

White with #D0F3BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0F3BA; }

 p { color: rgb(208,243,186); }

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

background-color css

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

 a { background-color: rgb(208,243,186); }

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

border-color css

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

 span { border-color: rgb(208,243,186); }

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