#69DEB5

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

Shades of Downy #69DEB5

Tints of Downy #69DEB5

Color information

#69DEB5 (or 0x69DEB5) is unknown color: approx Downy. HEX triplet: 69, DE and B5. RGB value is (105,222,181). Sum of RGB (Red+Green+Blue) = 105+222+181=508 (67% of max value = 765). Red value is 105 (41.41% from 255 or 20.67% from 508); Green value is 222 (87.11% from 255 or 43.70% from 508); Blue value is 181 (71.09% from 255 or 35.63% from 508); Max value from RGB is 222 - color contains mainly: green. Hex color #69DEB5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #69DEB5 is #96214A. Grayscale: #B6B6B6. Windows color (decimal): -9838923 or 11918953. OLE color: 11918953.

HSL color Cylindrical-coordinate representation of color #69DEB5: hue angle of 158.97º degrees, saturation: 0.64, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #69DEB5 is Cyan = 0.53, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.13.

Color convert

RGB105222181-
CMYK0.5300.180.13
HSL158.97º63.93%64.12%-
HSV(B)158.97º52.7%87.06%-
XYZ40.2958.5852.9-
YUV182.34127.2472.83-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 20.67%
GREEN value IS 222 (87.11% from 255) = 43.70%
BLUE value IS 181 (71.09% from 255) = 35.63%
R=20.67%
G=43.70%
B=35.63%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1052221810.5300.180.13158.9763.9364.12
Hex69DEB535012D9f4040
Octal1513362656502215237100100
Binary1101001110111101011010111010101001011011001111110000001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69DEB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,222,181); }

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

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

 a { background-color: rgb(105,222,181); }

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

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

 span { border-color: rgb(105,222,181); }

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