Html Css Color HEX #D0F0BE Tea Green

📋 copy color: '#D0F0BE'

red 208 ◦ green 240 ◦ blue 190

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

Shades of Tea Green #D0F0BE

Tints of Tea Green #D0F0BE

RGB

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

 GREEN value IS 240 (94.14% from 255) = 37.62%

 BLUE value IS 190 (74.61% from 255) = 29.78%

R = 32.6%
G = 37.62%
B = 29.78%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.21

 K value IS 0.06

RGB Variations

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

Color information

#D0F0BE (or 0xD0F0BE) is known color: Tea Green. HEX triplet: D0, F0 and BE. RGB value is (208,240,190). Sum of RGB (Red+Green+Blue) = 208+240+190=638 (84% of max value = 765). Red value is 208 (81.64% from 255 or 32.60% from 638); Green value is 240 (94.14% from 255 or 37.62% from 638); Blue value is 190 (74.61% from 255 or 29.78% from 638); Max value from RGB is 240 - color contains mainly: green. Hex color #D0F0BE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D0F0BE is #2F0F41. Grayscale: #E0E0E0. Windows color (decimal): -3084098 or 12513488. OLE color: 12513488.

HSL color Cylindrical-coordinate representation of color #D0F0BE: hue angle of 98.4º degrees, saturation: 0.62, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #D0F0BE is Cyan = 0.13, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.06.

Color convert

RGB 208 240 190 -
CMYK 0.13 0 0.21 0.06
HSL 98.4º 0.63% 0.84% -
HSV(B) 98.4º 0.21% 0.94% -
XYZ 66.47 79.45 60.55 -
YUV 224.73 108.4 116.07 -
System Red Green Blue C M Y K H S L
Decimal 208 240 190 0.13 0 0.21 0.06 98.4 0.63 0.84
Hex D0 F0 BE D 0 15 6 62 3E 54
Octal 320 360 276 15 0 25 6 142 76 124
Binary 11010000 11110000 10111110 1101 0 10101 110 1100010 111110 1010100

Color Harmonies of #D0F0BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0F0BE

Black with #D0F0BE

Text Example


Text Example

White with #D0F0BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0F0BE; }

 p { color: rgb(208,240,190); }

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

background-color css

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

 a { background-color: rgb(208,240,190); }

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

border-color css

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

 span { border-color: rgb(208,240,190); }

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