#69D2D0

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

Shades of Downy #69D2D0

Tints of Downy #69D2D0

Color information

#69D2D0 (or 0x69D2D0) is unknown color: approx Downy. HEX triplet: 69, D2 and D0. RGB value is (105,210,208). Sum of RGB (Red+Green+Blue) = 105+210+208=523 (69% of max value = 765). Red value is 105 (41.41% from 255 or 20.08% from 523); Green value is 210 (82.42% from 255 or 40.15% from 523); Blue value is 208 (81.64% from 255 or 39.77% from 523); Max value from RGB is 210 - color contains mainly: green. Hex color #69D2D0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #69D2D0 is #962D2F. Grayscale: #B2B2B2. Windows color (decimal): -9841968 or 13685353. OLE color: 13685353.

HSL color Cylindrical-coordinate representation of color #69D2D0: hue angle of 178.86º degrees, saturation: 0.54, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #69D2D0 is Cyan = 0.50, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.18.

Color convert

RGB105210208-
CMYK0.5000.010.18
HSL178.86º53.85%61.76%-
HSV(B)178.86º50%82.35%-
XYZ40.2653.6567.91-
YUV178.38144.7175.66-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 20.08%
GREEN value IS 210 (82.42% from 255) = 40.15%
BLUE value IS 208 (81.64% from 255) = 39.77%
R=20.08%
G=40.15%
B=39.77%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1052102080.5000.010.18178.8653.8561.76
Hex69D2D0320112b3363e
Octal1513223206201222636676
Binary11010011101001011010000110010011001010110011110110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69D2D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #69D2D0; }

 p { color: rgb(105,210,208); }

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

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

 a { background-color: rgb(105,210,208); }

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

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

 span { border-color: rgb(105,210,208); }

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