#6BFCE1

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

Shades of Aquamarine #6BFCE1

Tints of Aquamarine #6BFCE1

Color information

#6BFCE1 (or 0x6BFCE1) is unknown color: approx Aquamarine. HEX triplet: 6B, FC and E1. RGB value is (107,252,225). Sum of RGB (Red+Green+Blue) = 107+252+225=584 (77% of max value = 765). Red value is 107 (42.19% from 255 or 18.32% from 584); Green value is 252 (98.83% from 255 or 43.15% from 584); Blue value is 225 (88.28% from 255 or 38.53% from 584); Max value from RGB is 252 - color contains mainly: green. Hex color #6BFCE1 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6BFCE1 is #94031E. Grayscale: #CDCDCD. Windows color (decimal): -9700127 or 14810219. OLE color: 14810219.

HSL color Cylindrical-coordinate representation of color #6BFCE1: hue angle of 168.83º degrees, saturation: 0.96, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6BFCE1 is Cyan = 0.58, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.01.

Color convert

RGB107252225-
CMYK0.5800.110.01
HSL168.83º96.03%70.39%-
HSV(B)168.83º57.54%98.82%-
XYZ54.4678.1883.45-
YUV205.57138.9657.7-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 18.32%
GREEN value IS 252 (98.83% from 255) = 43.15%
BLUE value IS 225 (88.28% from 255) = 38.53%
R=18.32%
G=43.15%
B=38.53%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1072522250.5800.110.01168.8396.0370.39
Hex6BFCE13A0B1a96046
Octal153374341720131251140106
Binary110101111111100111000011110100101111010100111000001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BFCE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,252,225); }

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

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

 a { background-color: rgb(107,252,225); }

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

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

 span { border-color: rgb(107,252,225); }

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