#6FCAAD

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

Shades of Medium Aquamarine #6FCAAD

Tints of Medium Aquamarine #6FCAAD

Color information

#6FCAAD (or 0x6FCAAD) is unknown color: approx Medium Aquamarine. HEX triplet: 6F, CA and AD. RGB value is (111,202,173). Sum of RGB (Red+Green+Blue) = 111+202+173=486 (64% of max value = 765). Red value is 111 (43.75% from 255 or 22.84% from 486); Green value is 202 (79.30% from 255 or 41.56% from 486); Blue value is 173 (67.97% from 255 or 35.60% from 486); Max value from RGB is 202 - color contains mainly: green. Hex color #6FCAAD is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6FCAAD is #903552. Grayscale: #ABABAB. Windows color (decimal): -9450835 or 11389551. OLE color: 11389551.

HSL color Cylindrical-coordinate representation of color #6FCAAD: hue angle of 160.88º degrees, saturation: 0.46, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #6FCAAD is Cyan = 0.45, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.21.

Color convert

RGB111202173-
CMYK0.4500.140.21
HSL160.88º46.19%61.37%-
HSV(B)160.88º45.05%79.22%-
XYZ35.2248.6447.07-
YUV171.48128.8584.86-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 22.84%
GREEN value IS 202 (79.30% from 255) = 41.56%
BLUE value IS 173 (67.97% from 255) = 35.60%
R=22.84%
G=41.56%
B=35.60%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1112021730.4500.140.21160.8846.1961.37
Hex6FCAAD2D0E15a12e3d
Octal15731225555016252415675
Binary11011111100101010101101101101011101010110100001101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FCAAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,202,173); }

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

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

 a { background-color: rgb(111,202,173); }

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

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

 span { border-color: rgb(111,202,173); }

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