#69D5CA

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

Shades of Downy #69D5CA

Tints of Downy #69D5CA

Color information

#69D5CA (or 0x69D5CA) is unknown color: approx Downy. HEX triplet: 69, D5 and CA. RGB value is (105,213,202). Sum of RGB (Red+Green+Blue) = 105+213+202=520 (68% of max value = 765). Red value is 105 (41.41% from 255 or 20.19% from 520); Green value is 213 (83.59% from 255 or 40.96% from 520); Blue value is 202 (79.30% from 255 or 38.85% from 520); Max value from RGB is 213 - color contains mainly: green. Hex color #69D5CA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #69D5CA is #962A35. Grayscale: #B3B3B3. Windows color (decimal): -9841206 or 13292905. OLE color: 13292905.

HSL color Cylindrical-coordinate representation of color #69D5CA: hue angle of 173.89º degrees, saturation: 0.56, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #69D5CA is Cyan = 0.51, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.16.

Color convert

RGB105213202-
CMYK0.5100.050.16
HSL173.89º56.25%62.35%-
HSV(B)173.89º50.7%83.53%-
XYZ40.2854.8664.34-
YUV179.45140.7274.89-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 20.19%
GREEN value IS 213 (83.59% from 255) = 40.96%
BLUE value IS 202 (79.30% from 255) = 38.85%
R=20.19%
G=40.96%
B=38.85%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1052132020.5100.050.16173.8956.2562.35
Hex69D5CA330510ae383e
Octal1513253126305202567076
Binary1101001110101011100101011001101011000010101110111000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69D5CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,213,202); }

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

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

 a { background-color: rgb(105,213,202); }

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

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

 span { border-color: rgb(105,213,202); }

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