#6BCAA4

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

Shades of Medium Aquamarine #6BCAA4

Tints of Medium Aquamarine #6BCAA4

Color information

#6BCAA4 (or 0x6BCAA4) is unknown color: approx Medium Aquamarine. HEX triplet: 6B, CA and A4. RGB value is (107,202,164). Sum of RGB (Red+Green+Blue) = 107+202+164=473 (62% of max value = 765). Red value is 107 (42.19% from 255 or 22.62% from 473); Green value is 202 (79.30% from 255 or 42.71% from 473); Blue value is 164 (64.45% from 255 or 34.67% from 473); Max value from RGB is 202 - color contains mainly: green. Hex color #6BCAA4 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6BCAA4 is #94355B. Grayscale: #A9A9A9. Windows color (decimal): -9712988 or 10799723. OLE color: 10799723.

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

Color convert

RGB107202164-
CMYK0.4700.190.21
HSL156º47.26%60.59%-
HSV(B)156º47.03%79.22%-
XYZ33.8848.0542.61-
YUV169.26125.0383.59-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 22.62%
GREEN value IS 202 (79.30% from 255) = 42.71%
BLUE value IS 164 (64.45% from 255) = 34.67%
R=22.62%
G=42.71%
B=34.67%

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
Decimal1072021640.4700.190.2115647.2660.59
Hex6BCAA42F013159c2f3d
Octal15331224457023252345775
Binary110101111001010101001001011110100111010110011100101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BCAA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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