#6BD0B0

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

Shades of Medium Aquamarine #6BD0B0

Tints of Medium Aquamarine #6BD0B0

Color information

#6BD0B0 (or 0x6BD0B0) is unknown color: approx Medium Aquamarine. HEX triplet: 6B, D0 and B0. RGB value is (107,208,176). Sum of RGB (Red+Green+Blue) = 107+208+176=491 (65% of max value = 765). Red value is 107 (42.19% from 255 or 21.79% from 491); Green value is 208 (81.64% from 255 or 42.36% from 491); Blue value is 176 (69.14% from 255 or 35.85% from 491); Max value from RGB is 208 - color contains mainly: green. Hex color #6BD0B0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6BD0B0 is #942F4F. Grayscale: #AEAEAE. Windows color (decimal): -9711440 or 11587691. OLE color: 11587691.

HSL color Cylindrical-coordinate representation of color #6BD0B0: hue angle of 160.99º degrees, saturation: 0.52, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6BD0B0 is Cyan = 0.49, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.18.

Color convert

RGB107208176-
CMYK0.4900.150.18
HSL160.99º51.79%61.76%-
HSV(B)160.99º48.56%81.57%-
XYZ36.4651.3749.07-
YUV174.15129.0480.1-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 21.79%
GREEN value IS 208 (81.64% from 255) = 42.36%
BLUE value IS 176 (69.14% from 255) = 35.85%
R=21.79%
G=42.36%
B=35.85%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1072081760.4900.150.18160.9951.7961.76
Hex6BD0B0310F12a1343e
Octal15332026061017222416476
Binary11010111101000010110000110001011111001010100001110100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BD0B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,208,176); }

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

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

 a { background-color: rgb(107,208,176); }

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

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

 span { border-color: rgb(107,208,176); }

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