Html Css Color HEX #D0FCB1 Tea Green

📋 copy color: '#D0FCB1'

red 208 ◦ green 252 ◦ blue 177

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

Shades of Tea Green #D0FCB1

Tints of Tea Green #D0FCB1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 27.79%

R = 32.65%
G = 39.56%
B = 27.79%

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

#D0FCB1 (or 0xD0FCB1) is known color: Tea Green. HEX triplet: D0, FC and B1. RGB value is (208,252,177). Sum of RGB (Red+Green+Blue) = 208+252+177=637 (84% of max value = 765). Red value is 208 (81.64% from 255 or 32.65% from 637); Green value is 252 (98.83% from 255 or 39.56% from 637); Blue value is 177 (69.53% from 255 or 27.79% from 637); Max value from RGB is 252 - color contains mainly: green. Hex color #D0FCB1 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D0FCB1 is #2F034E. Grayscale: #E6E6E6. Windows color (decimal): -3081039 or 11664592. OLE color: 11664592.

HSL color Cylindrical-coordinate representation of color #D0FCB1: hue angle of 95.2º 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 #D0FCB1 is Cyan = 0.17, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.01.

Color convert

RGB 208 252 177 -
CMYK 0.17 0 0.30 0.01
HSL 95.2º 0.93% 0.84% -
HSV(B) 95.2º 0.3% 0.99% -
XYZ 68.76 86.21 54.61 -
YUV 230.29 97.92 112.1 -
System Red Green Blue C M Y K H S L
Decimal 208 252 177 0.17 0 0.30 0.01 95.2 0.93 0.84
Hex D0 FC B1 11 0 1E 1 5F 5D 54
Octal 320 374 261 21 0 36 1 137 135 124
Binary 11010000 11111100 10110001 10001 0 11110 1 1011111 1011101 1010100

Color Harmonies of #D0FCB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0FCB1

Black with #D0FCB1

Text Example


Text Example

White with #D0FCB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0FCB1; }

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

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

background-color css

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

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

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

border-color css

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

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

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