#6AEDCB

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

Shades of Aquamarine #6AEDCB

Tints of Aquamarine #6AEDCB

Color information

#6AEDCB (or 0x6AEDCB) is unknown color: approx Aquamarine. HEX triplet: 6A, ED and CB. RGB value is (106,237,203). Sum of RGB (Red+Green+Blue) = 106+237+203=546 (72% of max value = 765). Red value is 106 (41.80% from 255 or 19.41% from 546); Green value is 237 (92.97% from 255 or 43.41% from 546); Blue value is 203 (79.69% from 255 or 37.18% from 546); Max value from RGB is 237 - color contains mainly: green. Hex color #6AEDCB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6AEDCB is #951234. Grayscale: #C1C1C1. Windows color (decimal): -9769525 or 13364586. OLE color: 13364586.

HSL color Cylindrical-coordinate representation of color #6AEDCB: hue angle of 164.43º degrees, saturation: 0.78, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6AEDCB is Cyan = 0.55, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.07.

Color convert

RGB106237203-
CMYK0.5500.140.07
HSL164.43º78.44%67.25%-
HSV(B)164.43º55.27%92.94%-
XYZ47.0167.9467.14-
YUV193.96133.165.26-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 19.41%
GREEN value IS 237 (92.97% from 255) = 43.41%
BLUE value IS 203 (79.69% from 255) = 37.18%
R=19.41%
G=43.41%
B=37.18%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1062372030.5500.140.07164.4378.4467.25
Hex6AEDCB370E7a44e43
Octal152355313670167244116103
Binary11010101110110111001011110111011101111010010010011101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AEDCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,237,203); }

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

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

 a { background-color: rgb(106,237,203); }

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

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

 span { border-color: rgb(106,237,203); }

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