#6ACCB5

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

Shades of Downy #6ACCB5

Tints of Downy #6ACCB5

Color information

#6ACCB5 (or 0x6ACCB5) is unknown color: approx Downy. HEX triplet: 6A, CC and B5. RGB value is (106,204,181). Sum of RGB (Red+Green+Blue) = 106+204+181=491 (65% of max value = 765). Red value is 106 (41.80% from 255 or 21.59% from 491); Green value is 204 (80.08% from 255 or 41.55% from 491); Blue value is 181 (71.09% from 255 or 36.86% from 491); Max value from RGB is 204 - color contains mainly: green. Hex color #6ACCB5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6ACCB5 is #95334A. Grayscale: #ACACAC. Windows color (decimal): -9777995 or 11914346. OLE color: 11914346.

HSL color Cylindrical-coordinate representation of color #6ACCB5: hue angle of 165.92º degrees, saturation: 0.49, 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 #6ACCB5 is Cyan = 0.48, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.2.

Color convert

RGB106204181-
CMYK0.4800.110.2
HSL165.92º49%60.78%-
HSV(B)165.92º48.04%80%-
XYZ35.8849.5951.4-
YUV172.08133.0380.87-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 21.59%
GREEN value IS 204 (80.08% from 255) = 41.55%
BLUE value IS 181 (71.09% from 255) = 36.86%
R=21.59%
G=41.55%
B=36.86%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1062041810.4800.110.2165.924960.78
Hex6ACCB5300B14a6313d
Octal15231426560013242466175
Binary11010101100110010110101110000010111010010100110110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6ACCB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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