#6BF6C4

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

Shades of Aquamarine #6BF6C4

Tints of Aquamarine #6BF6C4

Color information

#6BF6C4 (or 0x6BF6C4) is unknown color: approx Aquamarine. HEX triplet: 6B, F6 and C4. RGB value is (107,246,196). Sum of RGB (Red+Green+Blue) = 107+246+196=549 (72% of max value = 765). Red value is 107 (42.19% from 255 or 19.49% from 549); Green value is 246 (96.48% from 255 or 44.81% from 549); Blue value is 196 (76.95% from 255 or 35.70% from 549); Max value from RGB is 246 - color contains mainly: green. Hex color #6BF6C4 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6BF6C4 is #94093B. Grayscale: #C6C6C6. Windows color (decimal): -9701692 or 12908139. OLE color: 12908139.

HSL color Cylindrical-coordinate representation of color #6BF6C4: hue angle of 158.42º degrees, saturation: 0.89, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6BF6C4 is Cyan = 0.57, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.04.

Color convert

RGB107246196-
CMYK0.5700.200.04
HSL158.42º88.54%69.22%-
HSV(B)158.42º56.5%96.47%-
XYZ48.9873.0263.74-
YUV198.74126.4562.57-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 19.49%
GREEN value IS 246 (96.48% from 255) = 44.81%
BLUE value IS 196 (76.95% from 255) = 35.70%
R=19.49%
G=44.81%
B=35.70%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1072461960.5700.200.04158.4288.5469.22
Hex6BF6C43901449e5945
Octal153366304710244236131105
Binary110101111110110110001001110010101001001001111010110011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BF6C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,246,196); }

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

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

 a { background-color: rgb(107,246,196); }

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

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

 span { border-color: rgb(107,246,196); }

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