#6ACEB8

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

Shades of Downy #6ACEB8

Tints of Downy #6ACEB8

Color information

#6ACEB8 (or 0x6ACEB8) is unknown color: approx Downy. HEX triplet: 6A, CE and B8. RGB value is (106,206,184). Sum of RGB (Red+Green+Blue) = 106+206+184=496 (65% of max value = 765). Red value is 106 (41.80% from 255 or 21.37% from 496); Green value is 206 (80.86% from 255 or 41.53% from 496); Blue value is 184 (72.27% from 255 or 37.10% from 496); Max value from RGB is 206 - color contains mainly: green. Hex color #6ACEB8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6ACEB8 is #953147. Grayscale: #ADADAD. Windows color (decimal): -9777480 or 12111466. OLE color: 12111466.

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

Color convert

RGB106206184-
CMYK0.4900.110.19
HSL166.8º50.51%61.18%-
HSV(B)166.8º48.54%80.78%-
XYZ36.6750.6753.19-
YUV173.59133.8779.79-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 21.37%
GREEN value IS 206 (80.86% from 255) = 41.53%
BLUE value IS 184 (72.27% from 255) = 37.10%
R=21.37%
G=41.53%
B=37.10%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1062061840.4900.110.19166.850.5161.18
Hex6ACEB8310B13a7333d
Octal15231627061013232476375
Binary11010101100111010111000110001010111001110100111110011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6ACEB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,206,184); }

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

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

 a { background-color: rgb(106,206,184); }

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

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

 span { border-color: rgb(106,206,184); }

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