Html Css Color HEX #D0FCB5 Tea Green

📋 copy color: '#D0FCB5'

red 208 ◦ green 252 ◦ blue 181

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

Shades of Tea Green #D0FCB5

Tints of Tea Green #D0FCB5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 28.24%

R = 32.45%
G = 39.31%
B = 28.24%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.28

 K value IS 0.01

RGB Variations

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

Color information

#D0FCB5 (or 0xD0FCB5) is known color: Tea Green. HEX triplet: D0, FC and B5. RGB value is (208,252,181). Sum of RGB (Red+Green+Blue) = 208+252+181=641 (84% of max value = 765). Red value is 208 (81.64% from 255 or 32.45% from 641); Green value is 252 (98.83% from 255 or 39.31% from 641); Blue value is 181 (71.09% from 255 or 28.24% from 641); Max value from RGB is 252 - color contains mainly: green. Hex color #D0FCB5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D0FCB5 is #2F034A. Grayscale: #E6E6E6. Windows color (decimal): -3081035 or 11926736. OLE color: 11926736.

HSL color Cylindrical-coordinate representation of color #D0FCB5: hue angle of 97.18º degrees, saturation: 0.92, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #D0FCB5 is Cyan = 0.17, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.01.

Color convert

RGB 208 252 181 -
CMYK 0.17 0 0.28 0.01
HSL 97.18º 0.92% 0.85% -
HSV(B) 97.18º 0.28% 0.99% -
XYZ 69.16 86.37 56.74 -
YUV 230.75 99.92 111.77 -
System Red Green Blue C M Y K H S L
Decimal 208 252 181 0.17 0 0.28 0.01 97.18 0.92 0.85
Hex D0 FC B5 11 0 1C 1 61 5C 55
Octal 320 374 265 21 0 34 1 141 134 125
Binary 11010000 11111100 10110101 10001 0 11100 1 1100001 1011100 1010101

Color Harmonies of #D0FCB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0FCB5

Black with #D0FCB5

Text Example


Text Example

White with #D0FCB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0FCB5; }

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

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

background-color css

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

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

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

border-color css

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

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

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