Html Css Color HEX #D0F8B6 Tea Green

📋 copy color: '#D0F8B6'

red 208 ◦ green 248 ◦ blue 182

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

Shades of Tea Green #D0F8B6

Tints of Tea Green #D0F8B6

RGB

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

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

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

R = 32.6%
G = 38.87%
B = 28.53%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.27

 K value IS 0.03

RGB Variations

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

Color information

#D0F8B6 (or 0xD0F8B6) is known color: Tea Green. HEX triplet: D0, F8 and B6. RGB value is (208,248,182). Sum of RGB (Red+Green+Blue) = 208+248+182=638 (84% of max value = 765). Red value is 208 (81.64% from 255 or 32.60% from 638); Green value is 248 (97.27% from 255 or 38.87% from 638); Blue value is 182 (71.48% from 255 or 28.53% from 638); Max value from RGB is 248 - color contains mainly: green. Hex color #D0F8B6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D0F8B6 is #2F0749. Grayscale: #E4E4E4. Windows color (decimal): -3082058 or 11991248. OLE color: 11991248.

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

Color convert

RGB 208 248 182 -
CMYK 0.16 0 0.27 0.03
HSL 96.36º 0.83% 0.84% -
HSV(B) 96.36º 0.27% 0.97% -
XYZ 68.02 83.92 56.87 -
YUV 228.52 101.75 113.37 -
System Red Green Blue C M Y K H S L
Decimal 208 248 182 0.16 0 0.27 0.03 96.36 0.83 0.84
Hex D0 F8 B6 10 0 1B 3 60 52 54
Octal 320 370 266 20 0 33 3 140 122 124
Binary 11010000 11111000 10110110 10000 0 11011 11 1100000 1010010 1010100

Color Harmonies of #D0F8B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0F8B6

Black with #D0F8B6

Text Example


Text Example

White with #D0F8B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0F8B6; }

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

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

background-color css

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

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

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

border-color css

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

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

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