#6befdb

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

Shades of Aquamarine #6BEFDB

Tints of Aquamarine #6BEFDB

Color information

#6BEFDB (or 0x6BEFDB) is unknown color: approx Aquamarine. HEX triplet: 6B, EF and DB. RGB value is (107,239,219). Sum of RGB (Red+Green+Blue) = 107+239+219=565 (74% of max value = 765). Red value is 107 (42.19% from 255 or 18.94% from 565); Green value is 239 (93.75% from 255 or 42.30% from 565); Blue value is 219 (85.94% from 255 or 38.76% from 565); Max value from RGB is 239 - color contains mainly: green. Hex color #6BEFDB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6BEFDB is #941024. Grayscale: #C5C5C5. Windows color (decimal): -9703461 or 14413675. OLE color: 14413675.

HSL color Cylindrical-coordinate representation of color #6BEFDB: hue angle of 170.91º degrees, saturation: 0.8, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6BEFDB is Cyan = 0.55, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.06.

Color convert

RGB107239219-
CMYK0.5500.080.06
HSL170.91º80.49%67.84%-
HSV(B)170.91º55.23%93.73%-
XYZ49.7269.9777.9-
YUV197.25140.2763.63-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 18.94%
GREEN value IS 239 (93.75% from 255) = 42.30%
BLUE value IS 219 (85.94% from 255) = 38.76%
R=18.94%
G=42.30%
B=38.76%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1072392190.5500.080.06170.9180.4967.84
Hex6BEFDB37086ab5044
Octal153357333670106253120104
Binary11010111110111111011011110111010001101010101110100001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6befdb

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,239,219); }

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

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

 a { background-color: rgb(107,239,219); }

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

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

 span { border-color: rgb(107,239,219); }

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