#69dcc5

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

Shades of Downy #69DCC5

Tints of Downy #69DCC5

Color information

#69DCC5 (or 0x69DCC5) is unknown color: approx Downy. HEX triplet: 69, DC and C5. RGB value is (105,220,197). Sum of RGB (Red+Green+Blue) = 105+220+197=522 (69% of max value = 765). Red value is 105 (41.41% from 255 or 20.11% from 522); Green value is 220 (86.33% from 255 or 42.15% from 522); Blue value is 197 (77.34% from 255 or 37.74% from 522); Max value from RGB is 220 - color contains mainly: green. Hex color #69DCC5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #69DCC5 is #96233A. Grayscale: #B6B6B6. Windows color (decimal): -9839419 or 12967017. OLE color: 12967017.

HSL color Cylindrical-coordinate representation of color #69DCC5: hue angle of 168º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #69DCC5 is Cyan = 0.52, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.14.

Color convert

RGB105220197-
CMYK0.5200.100.14
HSL168º62.16%63.73%-
HSV(B)168º52.27%86.27%-
XYZ41.558.2261.87-
YUV182.99135.972.37-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 20.11%
GREEN value IS 220 (86.33% from 255) = 42.15%
BLUE value IS 197 (77.34% from 255) = 37.74%
R=20.11%
G=42.15%
B=37.74%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1052201970.5200.100.1416862.1663.73
Hex69DCC5340AEa83e40
Octal151334305640121625076100
Binary11010011101110011000101110100010101110101010001111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69dcc5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,220,197); }

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

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

 a { background-color: rgb(105,220,197); }

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

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

 span { border-color: rgb(105,220,197); }

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