#D0F2D4

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

Shades of Aqua Squeeze #D0F2D4

Tints of Aqua Squeeze #D0F2D4

Color information

#D0F2D4 (or 0xD0F2D4) is unknown color: approx Aqua Squeeze. HEX triplet: D0, F2 and D4. RGB value is (208,242,212). Sum of RGB (Red+Green+Blue) = 208+242+212=662 (87% of max value = 765). Red value is 208 (81.64% from 255 or 31.42% from 662); Green value is 242 (94.92% from 255 or 36.56% from 662); Blue value is 212 (83.20% from 255 or 32.02% from 662); Max value from RGB is 242 - color contains mainly: green. Hex color #D0F2D4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D0F2D4 is #2F0D2B. Grayscale: #E4E4E4. Windows color (decimal): -3083564 or 13955792. OLE color: 13955792.

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

Color convert

RGB208242212-
CMYK0.1400.120.05
HSL127.06º56.67%88.24%-
HSV(B)127.06º14.05%94.9%-
XYZ69.6581.6774.38-
YUV228.41118.74113.44-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 31.42%
GREEN value IS 242 (94.92% from 255) = 36.56%
BLUE value IS 212 (83.20% from 255) = 32.02%
R=31.42%
G=36.56%
B=32.02%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2082422120.1400.120.05127.0656.6788.24
HexD0F2D4E0C57f3958
Octal32036232416014517771130
Binary11010000111100101101010011100110010111111111110011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0F2D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0F2D4; }

 p { color: rgb(208,242,212); }

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

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

 a { background-color: rgb(208,242,212); }

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

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

 span { border-color: rgb(208,242,212); }

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