#6BF9B5

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

Shades of Aquamarine #6BF9B5

Tints of Aquamarine #6BF9B5

Color information

#6BF9B5 (or 0x6BF9B5) is unknown color: approx Aquamarine. HEX triplet: 6B, F9 and B5. RGB value is (107,249,181). Sum of RGB (Red+Green+Blue) = 107+249+181=537 (71% of max value = 765). Red value is 107 (42.19% from 255 or 19.93% from 537); Green value is 249 (97.66% from 255 or 46.37% from 537); Blue value is 181 (71.09% from 255 or 33.71% from 537); Max value from RGB is 249 - color contains mainly: green. Hex color #6BF9B5 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6BF9B5 is #94064A. Grayscale: #C6C6C6. Windows color (decimal): -9700939 or 11925867. OLE color: 11925867.

HSL color Cylindrical-coordinate representation of color #6BF9B5: hue angle of 151.27º degrees, saturation: 0.92, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6BF9B5 is Cyan = 0.57, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.02.

Color convert

RGB107249181-
CMYK0.5700.270.02
HSL151.27º92.21%69.8%-
HSV(B)151.27º57.03%97.65%-
XYZ48.2874.2155.5-
YUV198.79117.9662.53-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 19.93%
GREEN value IS 249 (97.66% from 255) = 46.37%
BLUE value IS 181 (71.09% from 255) = 33.71%
R=19.93%
G=46.37%
B=33.71%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1072491810.5700.270.02151.2792.2169.8
Hex6BF9B53901B2975c46
Octal153371265710332227134106
Binary11010111111100110110101111001011011101001011110111001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BF9B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,249,181); }

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

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

 a { background-color: rgb(107,249,181); }

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

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

 span { border-color: rgb(107,249,181); }

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