#6ACDB5

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

Shades of Downy #6ACDB5

Tints of Downy #6ACDB5

Color information

#6ACDB5 (or 0x6ACDB5) is unknown color: approx Downy. HEX triplet: 6A, CD and B5. RGB value is (106,205,181). Sum of RGB (Red+Green+Blue) = 106+205+181=492 (65% of max value = 765). Red value is 106 (41.80% from 255 or 21.54% from 492); Green value is 205 (80.47% from 255 or 41.67% from 492); Blue value is 181 (71.09% from 255 or 36.79% from 492); Max value from RGB is 205 - color contains mainly: green. Hex color #6ACDB5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6ACDB5 is #95324A. Grayscale: #ACACAC. Windows color (decimal): -9777739 or 11914602. OLE color: 11914602.

HSL color Cylindrical-coordinate representation of color #6ACDB5: hue angle of 165.45º degrees, saturation: 0.5, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6ACDB5 is Cyan = 0.48, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.20.

Color convert

RGB106205181-
CMYK0.4800.120.20
HSL165.45º49.75%60.98%-
HSV(B)165.45º48.29%80.39%-
XYZ36.1250.0651.48-
YUV172.66132.780.45-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 21.54%
GREEN value IS 205 (80.47% from 255) = 41.67%
BLUE value IS 181 (71.09% from 255) = 36.79%
R=21.54%
G=41.67%
B=36.79%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1062051810.4800.120.20165.4549.7560.98
Hex6ACDB5300C14a5323d
Octal15231526560014242456275
Binary11010101100110110110101110000011001010010100101110010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6ACDB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6ACDB5; }

 p { color: rgb(106,205,181); }

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

<style>
 a { background-color: #6ACDB5; }

 a { background-color: rgb(106,205,181); }

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

<style>
 span { border-color: #6ACDB5; }

 span { border-color: rgb(106,205,181); }

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