#6BCD9E

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

Shades of Medium Aquamarine #6BCD9E

Tints of Medium Aquamarine #6BCD9E

Color information

#6BCD9E (or 0x6BCD9E) is unknown color: approx Medium Aquamarine. HEX triplet: 6B, CD and 9E. RGB value is (107,205,158). Sum of RGB (Red+Green+Blue) = 107+205+158=470 (62% of max value = 765). Red value is 107 (42.19% from 255 or 22.77% from 470); Green value is 205 (80.47% from 255 or 43.62% from 470); Blue value is 158 (62.11% from 255 or 33.62% from 470); Max value from RGB is 205 - color contains mainly: green. Hex color #6BCD9E is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6BCD9E is #943261. Grayscale: #AAAAAA. Windows color (decimal): -9712226 or 10407275. OLE color: 10407275.

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

Color convert

RGB107205158-
CMYK0.4800.230.20
HSL151.22º49.49%61.18%-
HSV(B)151.22º47.8%80.39%-
XYZ34.0749.2640.06-
YUV170.34121.0382.82-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 22.77%
GREEN value IS 205 (80.47% from 255) = 43.62%
BLUE value IS 158 (62.11% from 255) = 33.62%
R=22.77%
G=43.62%
B=33.62%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1072051580.4800.230.20151.2249.4961.18
Hex6BCD9E300171497313d
Octal15331523660027242276175
Binary110101111001101100111101100000101111010010010111110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BCD9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,205,158); }

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

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

 a { background-color: rgb(107,205,158); }

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

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

 span { border-color: rgb(107,205,158); }

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