#6ACBB2

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

Shades of Medium Aquamarine #6ACBB2

Tints of Medium Aquamarine #6ACBB2

Color information

#6ACBB2 (or 0x6ACBB2) is unknown color: approx Medium Aquamarine. HEX triplet: 6A, CB and B2. RGB value is (106,203,178). Sum of RGB (Red+Green+Blue) = 106+203+178=487 (64% of max value = 765). Red value is 106 (41.80% from 255 or 21.77% from 487); Green value is 203 (79.69% from 255 or 41.68% from 487); Blue value is 178 (69.92% from 255 or 36.55% from 487); Max value from RGB is 203 - color contains mainly: green. Hex color #6ACBB2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6ACBB2 is #95344D. Grayscale: #ABABAB. Windows color (decimal): -9778254 or 11717482. OLE color: 11717482.

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

Color convert

RGB106203178-
CMYK0.4800.120.20
HSL164.54º48.26%60.59%-
HSV(B)164.54º47.78%79.61%-
XYZ35.3448.9949.71-
YUV171.15131.8681.53-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 21.77%
GREEN value IS 203 (79.69% from 255) = 41.68%
BLUE value IS 178 (69.92% from 255) = 36.55%
R=21.77%
G=41.68%
B=36.55%

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
Decimal1062031780.4800.120.20164.5448.2660.59
Hex6ACBB2300C14a5303d
Octal15231326260014242456075
Binary11010101100101110110010110000011001010010100101110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6ACBB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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