#D0FDC1

Color #D0FDC1 Tea Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tea Green #D0FDC1

Tints of Tea Green #D0FDC1

Color information

#D0FDC1 (or 0xD0FDC1) is unknown color: approx Tea Green. HEX triplet: D0, FD and C1. RGB value is (208,253,193). Sum of RGB (Red+Green+Blue) = 208+253+193=654 (86% of max value = 765). Red value is 208 (81.64% from 255 or 31.80% from 654); Green value is 253 (99.22% from 255 or 38.69% from 654); Blue value is 193 (75.78% from 255 or 29.51% from 654); Max value from RGB is 253 - color contains mainly: green. Hex color #D0FDC1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D0FDC1 is #2F023E. Grayscale: #E8E8E8. Windows color (decimal): -3080767 or 12713424. OLE color: 12713424.

HSL color Cylindrical-coordinate representation of color #D0FDC1: hue angle of 105º degrees, saturation: 0.94, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #D0FDC1 is Cyan = 0.18, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.01.

Color convert

RGB208253193-
CMYK0.1800.240.01
HSL105º93.75%87.45%-
HSV(B)105º23.72%99.22%-
XYZ70.7687.5163.61-
YUV232.7105.59110.38-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 31.80%
GREEN value IS 253 (99.22% from 255) = 38.69%
BLUE value IS 193 (75.78% from 255) = 29.51%
R=31.80%
G=38.69%
B=29.51%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2082531930.1800.240.0110593.7587.45
HexD0FDC1120181695e57
Octal320375301220301151136127
Binary110100001111110111000001100100110001110100110111101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0FDC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0FDC1; }

 p { color: rgb(208,253,193); }

 H1.HeaderClassName
 {
   color: #D0FDC1;
 }
 .AnyTagClassName
 {
   color: #D0FDC1;
 }
</style>
background-color css

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

 a { background-color: rgb(208,253,193); }

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

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

 span { border-color: rgb(208,253,193); }

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