Html Css Color HEX #D0F8BA Tea Green

📋 copy color: '#D0F8BA'

red 208 ◦ green 248 ◦ blue 186

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

Shades of Tea Green #D0F8BA

Tints of Tea Green #D0F8BA

RGB

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

 GREEN value IS 248 (97.27% from 255) = 38.63%

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

R = 32.4%
G = 38.63%
B = 28.97%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.25

 K value IS 0.03

RGB Variations

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

Color information

#D0F8BA (or 0xD0F8BA) is known color: Tea Green. HEX triplet: D0, F8 and BA. RGB value is (208,248,186). Sum of RGB (Red+Green+Blue) = 208+248+186=642 (85% of max value = 765). Red value is 208 (81.64% from 255 or 32.40% from 642); Green value is 248 (97.27% from 255 or 38.63% from 642); Blue value is 186 (73.05% from 255 or 28.97% from 642); Max value from RGB is 248 - color contains mainly: green. Hex color #D0F8BA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D0F8BA is #2F0745. Grayscale: #E5E5E5. Windows color (decimal): -3082054 or 12253392. OLE color: 12253392.

HSL color Cylindrical-coordinate representation of color #D0F8BA: hue angle of 98.71º degrees, saturation: 0.82, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #D0F8BA is Cyan = 0.16, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.03.

Color convert

RGB 208 248 186 -
CMYK 0.16 0 0.25 0.03
HSL 98.71º 0.82% 0.85% -
HSV(B) 98.71º 0.25% 0.97% -
XYZ 68.44 84.09 59.08 -
YUV 228.97 103.75 113.04 -
System Red Green Blue C M Y K H S L
Decimal 208 248 186 0.16 0 0.25 0.03 98.71 0.82 0.85
Hex D0 F8 BA 10 0 19 3 63 52 55
Octal 320 370 272 20 0 31 3 143 122 125
Binary 11010000 11111000 10111010 10000 0 11001 11 1100011 1010010 1010101

Color Harmonies of #D0F8BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0F8BA

Black with #D0F8BA

Text Example


Text Example

White with #D0F8BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0F8BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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