#6BCCAD

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

Shades of Medium Aquamarine #6BCCAD

Tints of Medium Aquamarine #6BCCAD

Color information

#6BCCAD (or 0x6BCCAD) is unknown color: approx Medium Aquamarine. HEX triplet: 6B, CC and AD. RGB value is (107,204,173). Sum of RGB (Red+Green+Blue) = 107+204+173=484 (64% of max value = 765). Red value is 107 (42.19% from 255 or 22.11% from 484); Green value is 204 (80.08% from 255 or 42.15% from 484); Blue value is 173 (67.97% from 255 or 35.74% from 484); Max value from RGB is 204 - color contains mainly: green. Hex color #6BCCAD is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6BCCAD is #943352. Grayscale: #ABABAB. Windows color (decimal): -9712467 or 11390059. OLE color: 11390059.

HSL color Cylindrical-coordinate representation of color #6BCCAD: hue angle of 160.82º degrees, saturation: 0.49, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6BCCAD is Cyan = 0.48, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.2.

Color convert

RGB107204173-
CMYK0.4800.150.2
HSL160.82º48.74%60.98%-
HSV(B)160.82º47.55%80%-
XYZ35.249.3347.2-
YUV171.46128.8682.02-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 22.11%
GREEN value IS 204 (80.08% from 255) = 42.15%
BLUE value IS 173 (67.97% from 255) = 35.74%
R=22.11%
G=42.15%
B=35.74%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1072041730.4800.150.2160.8248.7460.98
Hex6BCCAD300F14a1313d
Octal15331425560017242416175
Binary11010111100110010101101110000011111010010100001110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BCCAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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