Html Css Color HEX #D0FCB0 Tea Green

📋 copy color: '#D0FCB0'

red 208 ◦ green 252 ◦ blue 176

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

Shades of Tea Green #D0FCB0

Tints of Tea Green #D0FCB0

RGB

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

 GREEN value IS 252 (98.83% from 255) = 39.62%

 BLUE value IS 176 (69.14% from 255) = 27.67%

R = 32.7%
G = 39.62%
B = 27.67%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.30

 K value IS 0.01

RGB Variations

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

Color information

#D0FCB0 (or 0xD0FCB0) is known color: Tea Green. HEX triplet: D0, FC and B0. RGB value is (208,252,176). Sum of RGB (Red+Green+Blue) = 208+252+176=636 (84% of max value = 765). Red value is 208 (81.64% from 255 or 32.70% from 636); Green value is 252 (98.83% from 255 or 39.62% from 636); Blue value is 176 (69.14% from 255 or 27.67% from 636); Max value from RGB is 252 - color contains mainly: green. Hex color #D0FCB0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D0FCB0 is #2F034F. Grayscale: #E6E6E6. Windows color (decimal): -3081040 or 11599056. OLE color: 11599056.

HSL color Cylindrical-coordinate representation of color #D0FCB0: hue angle of 94.74º degrees, saturation: 0.93, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D0FCB0 is Cyan = 0.17, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.01.

Color convert

RGB 208 252 176 -
CMYK 0.17 0 0.30 0.01
HSL 94.74º 0.93% 0.84% -
HSV(B) 94.74º 0.3% 0.99% -
XYZ 68.66 86.17 54.09 -
YUV 230.18 97.42 112.18 -
System Red Green Blue C M Y K H S L
Decimal 208 252 176 0.17 0 0.30 0.01 94.74 0.93 0.84
Hex D0 FC B0 11 0 1E 1 5F 5D 54
Octal 320 374 260 21 0 36 1 137 135 124
Binary 11010000 11111100 10110000 10001 0 11110 1 1011111 1011101 1010100

Color Harmonies of #D0FCB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0FCB0

Black with #D0FCB0

Text Example


Text Example

White with #D0FCB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0FCB0; }

 p { color: rgb(208,252,176); }

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

background-color css

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

 a { background-color: rgb(208,252,176); }

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

border-color css

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

 span { border-color: rgb(208,252,176); }

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