#6BCAA3

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

Shades of Medium Aquamarine #6BCAA3

Tints of Medium Aquamarine #6BCAA3

Color information

#6BCAA3 (or 0x6BCAA3) is unknown color: approx Medium Aquamarine. HEX triplet: 6B, CA and A3. RGB value is (107,202,163). Sum of RGB (Red+Green+Blue) = 107+202+163=472 (62% of max value = 765). Red value is 107 (42.19% from 255 or 22.67% from 472); Green value is 202 (79.30% from 255 or 42.80% from 472); Blue value is 163 (64.06% from 255 or 34.53% from 472); Max value from RGB is 202 - color contains mainly: green. Hex color #6BCAA3 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6BCAA3 is #94355C. Grayscale: #A9A9A9. Windows color (decimal): -9712989 or 10734187. OLE color: 10734187.

HSL color Cylindrical-coordinate representation of color #6BCAA3: hue angle of 155.37º degrees, saturation: 0.47, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6BCAA3 is Cyan = 0.47, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.21.

Color convert

RGB107202163-
CMYK0.4700.190.21
HSL155.37º47.26%60.59%-
HSV(B)155.37º47.03%79.22%-
XYZ33.7948.0142.14-
YUV169.15124.5383.67-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 22.67%
GREEN value IS 202 (79.30% from 255) = 42.80%
BLUE value IS 163 (64.06% from 255) = 34.53%
R=22.67%
G=42.80%
B=34.53%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1072021630.4700.190.21155.3747.2660.59
Hex6BCAA32F013159b2f3d
Octal15331224357023252335775
Binary110101111001010101000111011110100111010110011011101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BCAA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,202,163); }

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

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

 a { background-color: rgb(107,202,163); }

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

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

 span { border-color: rgb(107,202,163); }

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