#6BFDC4

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

Shades of Aquamarine #6BFDC4

Tints of Aquamarine #6BFDC4

Color information

#6BFDC4 (or 0x6BFDC4) is unknown color: approx Aquamarine. HEX triplet: 6B, FD and C4. RGB value is (107,253,196). Sum of RGB (Red+Green+Blue) = 107+253+196=556 (73% of max value = 765). Red value is 107 (42.19% from 255 or 19.24% from 556); Green value is 253 (99.22% from 255 or 45.50% from 556); Blue value is 196 (76.95% from 255 or 35.25% from 556); Max value from RGB is 253 - color contains mainly: green. Hex color #6BFDC4 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6BFDC4 is #94023B. Grayscale: #CACACA. Windows color (decimal): -9699900 or 12909931. OLE color: 12909931.

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

Color convert

RGB107253196-
CMYK0.5800.230.01
HSL156.58º97.33%70.59%-
HSV(B)156.58º57.71%99.22%-
XYZ51.1577.3664.46-
YUV202.85124.1359.63-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 19.24%
GREEN value IS 253 (99.22% from 255) = 45.50%
BLUE value IS 196 (76.95% from 255) = 35.25%
R=19.24%
G=45.50%
B=35.25%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1072531960.5800.230.01156.5897.3370.59
Hex6BFDC43A01719d6147
Octal153375304720271235141107
Binary1101011111111011100010011101001011111001110111000011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BFDC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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