#6ACBB6

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

Shades of Downy #6ACBB6

Tints of Downy #6ACBB6

Color information

#6ACBB6 (or 0x6ACBB6) is unknown color: approx Downy. HEX triplet: 6A, CB and B6. RGB value is (106,203,182). Sum of RGB (Red+Green+Blue) = 106+203+182=491 (65% of max value = 765). Red value is 106 (41.80% from 255 or 21.59% from 491); Green value is 203 (79.69% from 255 or 41.34% from 491); Blue value is 182 (71.48% from 255 or 37.07% from 491); Max value from RGB is 203 - color contains mainly: green. Hex color #6ACBB6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6ACBB6 is #953449. Grayscale: #ABABAB. Windows color (decimal): -9778250 or 11979626. OLE color: 11979626.

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

Color convert

RGB106203182-
CMYK0.4800.100.20
HSL167.01º48.26%60.59%-
HSV(B)167.01º47.78%79.61%-
XYZ35.7449.1551.86-
YUV171.6133.8681.21-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 21.59%
GREEN value IS 203 (79.69% from 255) = 41.34%
BLUE value IS 182 (71.48% from 255) = 37.07%
R=21.59%
G=41.34%
B=37.07%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1062031820.4800.100.20167.0148.2660.59
Hex6ACBB6300A14a7303d
Octal15231326660012242476075
Binary11010101100101110110110110000010101010010100111110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6ACBB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,203,182); }

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

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

 a { background-color: rgb(106,203,182); }

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

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

 span { border-color: rgb(106,203,182); }

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