#D0F9F1

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

Shades of Tranquil #D0F9F1

Tints of Tranquil #D0F9F1

Color information

#D0F9F1 (or 0xD0F9F1) is unknown color: approx Tranquil. HEX triplet: D0, F9 and F1. RGB value is (208,249,241). Sum of RGB (Red+Green+Blue) = 208+249+241=698 (92% of max value = 765). Red value is 208 (81.64% from 255 or 29.80% from 698); Green value is 249 (97.66% from 255 or 35.67% from 698); Blue value is 241 (94.53% from 255 or 34.53% from 698); Max value from RGB is 249 - color contains mainly: green. Hex color #D0F9F1 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D0F9F1 is #2F060E. Grayscale: #EBEBEB. Windows color (decimal): -3081743 or 15858128. OLE color: 15858128.

HSL color Cylindrical-coordinate representation of color #D0F9F1: hue angle of 168.29º degrees, saturation: 0.77, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #D0F9F1 is Cyan = 0.16, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.02.

Color convert

RGB208249241-
CMYK0.1600.030.02
HSL168.29º77.36%89.61%-
HSV(B)168.29º16.47%97.65%-
XYZ75.7787.5196.12-
YUV235.83130.92108.15-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 29.80%
GREEN value IS 249 (97.66% from 255) = 35.67%
BLUE value IS 241 (94.53% from 255) = 34.53%
R=29.80%
G=35.67%
B=34.53%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2082492410.1600.030.02168.2977.3689.61
HexD0F9F110032a84d5a
Octal32037136120032250115132
Binary11010000111110011111000110000011101010100010011011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0F9F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0F9F1; }

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

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

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

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

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

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

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

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