Html Css Color HEX #D0F2BA Tea Green

📋 copy color: '#D0F2BA'

red 208 ◦ green 242 ◦ blue 186

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

Shades of Tea Green #D0F2BA

Tints of Tea Green #D0F2BA

RGB

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

 GREEN value IS 242 (94.92% from 255) = 38.05%

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

R = 32.7%
G = 38.05%
B = 29.25%

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

#D0F2BA (or 0xD0F2BA) is known color: Tea Green. HEX triplet: D0, F2 and BA. RGB value is (208,242,186). Sum of RGB (Red+Green+Blue) = 208+242+186=636 (84% of max value = 765). Red value is 208 (81.64% from 255 or 32.70% from 636); Green value is 242 (94.92% from 255 or 38.05% from 636); Blue value is 186 (73.05% from 255 or 29.25% from 636); Max value from RGB is 242 - color contains mainly: green. Hex color #D0F2BA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D0F2BA is #2F0D45. Grayscale: #E1E1E1. Windows color (decimal): -3083590 or 12251856. OLE color: 12251856.

HSL color Cylindrical-coordinate representation of color #D0F2BA: hue angle of 96.43º degrees, saturation: 0.68, 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 #D0F2BA is Cyan = 0.14, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.05.

Color convert

RGB 208 242 186 -
CMYK 0.14 0 0.23 0.05
HSL 96.43º 0.68% 0.84% -
HSV(B) 96.43º 0.23% 0.95% -
XYZ 66.63 80.46 58.47 -
YUV 225.45 105.74 115.55 -
System Red Green Blue C M Y K H S L
Decimal 208 242 186 0.14 0 0.23 0.05 96.43 0.68 0.84
Hex D0 F2 BA E 0 17 5 60 44 54
Octal 320 362 272 16 0 27 5 140 104 124
Binary 11010000 11110010 10111010 1110 0 10111 101 1100000 1000100 1010100

Color Harmonies of #D0F2BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0F2BA

Black with #D0F2BA

Text Example


Text Example

White with #D0F2BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0F2BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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