#6BD0B1

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

Shades of Medium Aquamarine #6BD0B1

Tints of Medium Aquamarine #6BD0B1

Color information

#6BD0B1 (or 0x6BD0B1) is unknown color: approx Medium Aquamarine. HEX triplet: 6B, D0 and B1. RGB value is (107,208,177). Sum of RGB (Red+Green+Blue) = 107+208+177=492 (65% of max value = 765). Red value is 107 (42.19% from 255 or 21.75% from 492); Green value is 208 (81.64% from 255 or 42.28% from 492); Blue value is 177 (69.53% from 255 or 35.98% from 492); Max value from RGB is 208 - color contains mainly: green. Hex color #6BD0B1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6BD0B1 is #942F4E. Grayscale: #AEAEAE. Windows color (decimal): -9711439 or 11653227. OLE color: 11653227.

HSL color Cylindrical-coordinate representation of color #6BD0B1: hue angle of 161.58º 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 #6BD0B1 is Cyan = 0.49, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.18.

Color convert

RGB107208177-
CMYK0.4900.150.18
HSL161.58º51.79%61.76%-
HSV(B)161.58º48.56%81.57%-
XYZ36.5651.4149.59-
YUV174.27129.5480.02-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 21.75%
GREEN value IS 208 (81.64% from 255) = 42.28%
BLUE value IS 177 (69.53% from 255) = 35.98%
R=21.75%
G=42.28%
B=35.98%

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
Decimal1072081770.4900.150.18161.5851.7961.76
Hex6BD0B1310F12a2343e
Octal15332026161017222426476
Binary11010111101000010110001110001011111001010100010110100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BD0B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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