Html Css Color HEX #D0F1B8 Tea Green

📋 copy color: '#D0F1B8'

red 208 ◦ green 241 ◦ blue 184

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

Shades of Tea Green #D0F1B8

Tints of Tea Green #D0F1B8

RGB

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

 GREEN value IS 241 (94.53% from 255) = 38.07%

 BLUE value IS 184 (72.27% from 255) = 29.07%

R = 32.86%
G = 38.07%
B = 29.07%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.24

 K value IS 0.05

RGB Variations

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

Color information

#D0F1B8 (or 0xD0F1B8) is known color: Tea Green. HEX triplet: D0, F1 and B8. RGB value is (208,241,184). Sum of RGB (Red+Green+Blue) = 208+241+184=633 (83% of max value = 765). Red value is 208 (81.64% from 255 or 32.86% from 633); Green value is 241 (94.53% from 255 or 38.07% from 633); Blue value is 184 (72.27% from 255 or 29.07% from 633); Max value from RGB is 241 - color contains mainly: green. Hex color #D0F1B8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D0F1B8 is #2F0E47. Grayscale: #E0E0E0. Windows color (decimal): -3083848 or 12120528. OLE color: 12120528.

HSL color Cylindrical-coordinate representation of color #D0F1B8: hue angle of 94.74º degrees, saturation: 0.67, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #D0F1B8 is Cyan = 0.14, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.05.

Color convert

RGB 208 241 184 -
CMYK 0.14 0 0.24 0.05
HSL 94.74º 0.67% 0.83% -
HSV(B) 94.74º 0.24% 0.95% -
XYZ 66.12 79.78 57.26 -
YUV 224.64 105.07 116.13 -
System Red Green Blue C M Y K H S L
Decimal 208 241 184 0.14 0 0.24 0.05 94.74 0.67 0.83
Hex D0 F1 B8 E 0 18 5 5F 43 53
Octal 320 361 270 16 0 30 5 137 103 123
Binary 11010000 11110001 10111000 1110 0 11000 101 1011111 1000011 1010011

Color Harmonies of #D0F1B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0F1B8

Black with #D0F1B8

Text Example


Text Example

White with #D0F1B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0F1B8; }

 p { color: rgb(208,241,184); }

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

background-color css

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

 a { background-color: rgb(208,241,184); }

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

border-color css

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

 span { border-color: rgb(208,241,184); }

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