#6bfecc

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

Shades of Aquamarine #6BFECC

Tints of Aquamarine #6BFECC

Color information

#6BFECC (or 0x6BFECC) is unknown color: approx Aquamarine. HEX triplet: 6B, FE and CC. RGB value is (107,254,204). Sum of RGB (Red+Green+Blue) = 107+254+204=565 (74% of max value = 765). Red value is 107 (42.19% from 255 or 18.94% from 565); Green value is 254 (99.61% from 255 or 44.96% from 565); Blue value is 204 (80.08% from 255 or 36.11% from 565); Max value from RGB is 254 - color contains mainly: green. Hex color #6BFECC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6BFECC is #940133. Grayscale: #CCCCCC. Windows color (decimal): -9699636 or 13434475. OLE color: 13434475.

HSL color Cylindrical-coordinate representation of color #6BFECC: hue angle of 159.59º degrees, saturation: 0.99, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6BFECC is Cyan = 0.58, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.00.

Color convert

RGB107254204-
CMYK0.5800.200.00
HSL159.59º98.66%70.78%-
HSV(B)159.59º57.87%99.61%-
XYZ52.478.3769.49-
YUV204.35127.858.57-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 18.94%
GREEN value IS 254 (99.61% from 255) = 44.96%
BLUE value IS 204 (80.08% from 255) = 36.11%
R=18.94%
G=44.96%
B=36.11%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1072542040.5800.200.00159.5998.6670.78
Hex6BFECC3A0140a06347
Octal153376314720240240143107
Binary1101011111111101100110011101001010001010000011000111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6bfecc

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,254,204); }

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

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

 a { background-color: rgb(107,254,204); }

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

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

 span { border-color: rgb(107,254,204); }

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