#d0f8c3

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

Shades of Tea Green #D0F8C3

Tints of Tea Green #D0F8C3

Color information

#D0F8C3 (or 0xD0F8C3) is unknown color: approx Tea Green. HEX triplet: D0, F8 and C3. RGB value is (208,248,195). Sum of RGB (Red+Green+Blue) = 208+248+195=651 (86% of max value = 765). Red value is 208 (81.64% from 255 or 31.95% from 651); Green value is 248 (97.27% from 255 or 38.10% from 651); Blue value is 195 (76.56% from 255 or 29.95% from 651); Max value from RGB is 248 - color contains mainly: green. Hex color #D0F8C3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D0F8C3 is #2F073C. Grayscale: #E6E6E6. Windows color (decimal): -3082045 or 12843216. OLE color: 12843216.

HSL color Cylindrical-coordinate representation of color #D0F8C3: hue angle of 105.28º degrees, saturation: 0.79, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #D0F8C3 is Cyan = 0.16, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.03.

Color convert

RGB208248195-
CMYK0.1600.210.03
HSL105.28º79.1%86.86%-
HSV(B)105.28º21.37%97.25%-
XYZ69.4384.4864.28-
YUV230108.25112.31-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 31.95%
GREEN value IS 248 (97.27% from 255) = 38.10%
BLUE value IS 195 (76.56% from 255) = 29.95%
R=31.95%
G=38.10%
B=29.95%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2082481950.1600.210.03105.2879.186.86
HexD0F8C3100153694f57
Octal320370303200253151117127
Binary1101000011111000110000111000001010111110100110011111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d0f8c3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d0f8c3; }

 p { color: rgb(208,248,195); }

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

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

 a { background-color: rgb(208,248,195); }

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

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

 span { border-color: rgb(208,248,195); }

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