Html Css Color HEX #D0F2B7 Tea Green

📋 copy color: '#D0F2B7'

red 208 ◦ green 242 ◦ blue 183

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

Shades of Tea Green #D0F2B7

Tints of Tea Green #D0F2B7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 28.91%

R = 32.86%
G = 38.23%
B = 28.91%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.24

 K value IS 0.05

RGB Variations

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

Color information

#D0F2B7 (or 0xD0F2B7) is known color: Tea Green. HEX triplet: D0, F2 and B7. RGB value is (208,242,183). Sum of RGB (Red+Green+Blue) = 208+242+183=633 (83% of max value = 765). Red value is 208 (81.64% from 255 or 32.86% from 633); Green value is 242 (94.92% from 255 or 38.23% from 633); Blue value is 183 (71.88% from 255 or 28.91% from 633); Max value from RGB is 242 - color contains mainly: green. Hex color #D0F2B7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D0F2B7 is #2F0D48. Grayscale: #E1E1E1. Windows color (decimal): -3083593 or 12055248. OLE color: 12055248.

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

Color convert

RGB 208 242 183 -
CMYK 0.14 0 0.24 0.05
HSL 94.58º 0.69% 0.83% -
HSV(B) 94.58º 0.24% 0.95% -
XYZ 66.31 80.33 56.81 -
YUV 225.11 104.24 115.8 -
System Red Green Blue C M Y K H S L
Decimal 208 242 183 0.14 0 0.24 0.05 94.58 0.69 0.83
Hex D0 F2 B7 E 0 18 5 5F 45 53
Octal 320 362 267 16 0 30 5 137 105 123
Binary 11010000 11110010 10110111 1110 0 11000 101 1011111 1000101 1010011

Color Harmonies of #D0F2B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0F2B7

Black with #D0F2B7

Text Example


Text Example

White with #D0F2B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0F2B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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