#69CEBD

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

Shades of Downy #69CEBD

Tints of Downy #69CEBD

Color information

#69CEBD (or 0x69CEBD) is unknown color: approx Downy. HEX triplet: 69, CE and BD. RGB value is (105,206,189). Sum of RGB (Red+Green+Blue) = 105+206+189=500 (66% of max value = 765). Red value is 105 (41.41% from 255 or 21% from 500); Green value is 206 (80.86% from 255 or 41.2% from 500); Blue value is 189 (74.22% from 255 or 37.8% from 500); Max value from RGB is 206 - color contains mainly: green. Hex color #69CEBD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #69CEBD is #963142. Grayscale: #ADADAD. Windows color (decimal): -9843011 or 12439145. OLE color: 12439145.

HSL color Cylindrical-coordinate representation of color #69CEBD: hue angle of 169.9º degrees, saturation: 0.51, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #69CEBD is Cyan = 0.49, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.19.

Color convert

RGB105206189-
CMYK0.4900.080.19
HSL169.9º50.75%60.98%-
HSV(B)169.9º49.03%80.78%-
XYZ37.0850.8256-
YUV173.86136.5478.88-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 21%
GREEN value IS 206 (80.86% from 255) = 41.2%
BLUE value IS 189 (74.22% from 255) = 37.8%
R=21%
G=41.2%
B=37.8%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1052061890.4900.080.19169.950.7560.98
Hex69CEBD310813aa333d
Octal15131627561010232526375
Binary11010011100111010111101110001010001001110101010110011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69CEBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,206,189); }

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

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

 a { background-color: rgb(105,206,189); }

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

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

 span { border-color: rgb(105,206,189); }

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