#6BFCE4

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

Shades of Aquamarine #6BFCE4

Tints of Aquamarine #6BFCE4

Color information

#6BFCE4 (or 0x6BFCE4) is unknown color: approx Aquamarine. HEX triplet: 6B, FC and E4. RGB value is (107,252,228). Sum of RGB (Red+Green+Blue) = 107+252+228=587 (77% of max value = 765). Red value is 107 (42.19% from 255 or 18.23% from 587); Green value is 252 (98.83% from 255 or 42.93% from 587); Blue value is 228 (89.45% from 255 or 38.84% from 587); Max value from RGB is 252 - color contains mainly: green. Hex color #6BFCE4 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6BFCE4 is #94031B. Grayscale: #CDCDCD. Windows color (decimal): -9700124 or 15006827. OLE color: 15006827.

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

Color convert

RGB107252228-
CMYK0.5800.100.01
HSL170.07º96.03%70.39%-
HSV(B)170.07º57.54%98.82%-
XYZ54.8878.3585.63-
YUV205.91140.4657.45-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 18.23%
GREEN value IS 252 (98.83% from 255) = 42.93%
BLUE value IS 228 (89.45% from 255) = 38.84%
R=18.23%
G=42.93%
B=38.84%

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
Decimal1072522280.5800.100.01170.0796.0370.39
Hex6BFCE43A0A1aa6046
Octal153374344720121252140106
Binary110101111111100111001001110100101011010101011000001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BFCE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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