Html Css Color HEX #D0F5B6 Tea Green

📋 copy color: '#D0F5B6'

red 208 ◦ green 245 ◦ blue 182

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

Shades of Tea Green #D0F5B6

Tints of Tea Green #D0F5B6

RGB

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

 GREEN value IS 245 (96.09% from 255) = 38.58%

 BLUE value IS 182 (71.48% from 255) = 28.66%

R = 32.76%
G = 38.58%
B = 28.66%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.26

 K value IS 0.04

RGB Variations

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

Color information

#D0F5B6 (or 0xD0F5B6) is known color: Tea Green. HEX triplet: D0, F5 and B6. RGB value is (208,245,182). Sum of RGB (Red+Green+Blue) = 208+245+182=635 (84% of max value = 765). Red value is 208 (81.64% from 255 or 32.76% from 635); Green value is 245 (96.09% from 255 or 38.58% from 635); Blue value is 182 (71.48% from 255 or 28.66% from 635); Max value from RGB is 245 - color contains mainly: green. Hex color #D0F5B6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D0F5B6 is #2F0A49. Grayscale: #E2E2E2. Windows color (decimal): -3082826 or 11990480. OLE color: 11990480.

HSL color Cylindrical-coordinate representation of color #D0F5B6: hue angle of 95.24º degrees, saturation: 0.76, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #D0F5B6 is Cyan = 0.15, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.04.

Color convert

RGB 208 245 182 -
CMYK 0.15 0 0.26 0.04
HSL 95.24º 0.76% 0.84% -
HSV(B) 95.24º 0.26% 0.96% -
XYZ 67.11 82.09 56.56 -
YUV 226.76 102.74 114.62 -
System Red Green Blue C M Y K H S L
Decimal 208 245 182 0.15 0 0.26 0.04 95.24 0.76 0.84
Hex D0 F5 B6 F 0 1A 4 5F 4C 54
Octal 320 365 266 17 0 32 4 137 114 124
Binary 11010000 11110101 10110110 1111 0 11010 100 1011111 1001100 1010100

Color Harmonies of #D0F5B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0F5B6

Black with #D0F5B6

Text Example


Text Example

White with #D0F5B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0F5B6; }

 p { color: rgb(208,245,182); }

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

background-color css

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

 a { background-color: rgb(208,245,182); }

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

border-color css

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

 span { border-color: rgb(208,245,182); }

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