#69D1CB

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

Shades of Downy #69D1CB

Tints of Downy #69D1CB

Color information

#69D1CB (or 0x69D1CB) is unknown color: approx Downy. HEX triplet: 69, D1 and CB. RGB value is (105,209,203). Sum of RGB (Red+Green+Blue) = 105+209+203=517 (68% of max value = 765). Red value is 105 (41.41% from 255 or 20.31% from 517); Green value is 209 (82.03% from 255 or 40.43% from 517); Blue value is 203 (79.69% from 255 or 39.26% from 517); Max value from RGB is 209 - color contains mainly: green. Hex color #69D1CB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #69D1CB is #962E34. Grayscale: #B1B1B1. Windows color (decimal): -9842229 or 13357417. OLE color: 13357417.

HSL color Cylindrical-coordinate representation of color #69D1CB: hue angle of 176.54º degrees, saturation: 0.53, 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 #69D1CB is Cyan = 0.50, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.18.

Color convert

RGB105209203-
CMYK0.5000.030.18
HSL176.54º53.06%61.57%-
HSV(B)176.54º49.76%81.96%-
XYZ39.4152.9264.64-
YUV177.22142.5476.49-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 20.31%
GREEN value IS 209 (82.03% from 255) = 40.43%
BLUE value IS 203 (79.69% from 255) = 39.26%
R=20.31%
G=40.43%
B=39.26%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1052092030.5000.030.18176.5453.0661.57
Hex69D1CB320312b1353e
Octal1513213136203222616576
Binary110100111010001110010111100100111001010110001110101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69D1CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,209,203); }

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

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

 a { background-color: rgb(105,209,203); }

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

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

 span { border-color: rgb(105,209,203); }

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