#D0F3D3

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

Shades of Aqua Squeeze #D0F3D3

Tints of Aqua Squeeze #D0F3D3

Color information

#D0F3D3 (or 0xD0F3D3) is unknown color: approx Aqua Squeeze. HEX triplet: D0, F3 and D3. RGB value is (208,243,211). Sum of RGB (Red+Green+Blue) = 208+243+211=662 (87% of max value = 765). Red value is 208 (81.64% from 255 or 31.42% from 662); Green value is 243 (95.31% from 255 or 36.71% from 662); Blue value is 211 (82.81% from 255 or 31.87% from 662); Max value from RGB is 243 - color contains mainly: green. Hex color #D0F3D3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D0F3D3 is #2F0C2C. Grayscale: #E4E4E4. Windows color (decimal): -3083309 or 13890512. OLE color: 13890512.

HSL color Cylindrical-coordinate representation of color #D0F3D3: hue angle of 125.14º degrees, saturation: 0.59, 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 #D0F3D3 is Cyan = 0.14, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.05.

Color convert

RGB208243211-
CMYK0.1400.130.05
HSL125.14º59.32%88.43%-
HSV(B)125.14º14.4%95.29%-
XYZ69.8282.2173.82-
YUV228.89117.9113.1-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 31.42%
GREEN value IS 243 (95.31% from 255) = 36.71%
BLUE value IS 211 (82.81% from 255) = 31.87%
R=31.42%
G=36.71%
B=31.87%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2082432110.1400.130.05125.1459.3288.43
HexD0F3D3E0D57d3b58
Octal32036332316015517573130
Binary11010000111100111101001111100110110111111011110111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0F3D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0F3D3; }

 p { color: rgb(208,243,211); }

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

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

 a { background-color: rgb(208,243,211); }

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

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

 span { border-color: rgb(208,243,211); }

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