#6BFCE2

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

Shades of Aquamarine #6BFCE2

Tints of Aquamarine #6BFCE2

Color information

#6BFCE2 (or 0x6BFCE2) is unknown color: approx Aquamarine. HEX triplet: 6B, FC and E2. RGB value is (107,252,226). Sum of RGB (Red+Green+Blue) = 107+252+226=585 (77% of max value = 765). Red value is 107 (42.19% from 255 or 18.29% from 585); Green value is 252 (98.83% from 255 or 43.08% from 585); Blue value is 226 (88.67% from 255 or 38.63% from 585); Max value from RGB is 252 - color contains mainly: green. Hex color #6BFCE2 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6BFCE2 is #94031D. Grayscale: #CDCDCD. Windows color (decimal): -9700126 or 14875755. OLE color: 14875755.

HSL color Cylindrical-coordinate representation of color #6BFCE2: hue angle of 169.24º 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 #6BFCE2 is Cyan = 0.58, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.01.

Color convert

RGB107252226-
CMYK0.5800.100.01
HSL169.24º96.03%70.39%-
HSV(B)169.24º57.54%98.82%-
XYZ54.678.2484.18-
YUV205.68139.4657.61-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 18.29%
GREEN value IS 252 (98.83% from 255) = 43.08%
BLUE value IS 226 (88.67% from 255) = 38.63%
R=18.29%
G=43.08%
B=38.63%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1072522260.5800.100.01169.2496.0370.39
Hex6BFCE23A0A1a96046
Octal153374342720121251140106
Binary110101111111100111000101110100101011010100111000001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BFCE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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