#6CCBAD

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

Shades of Medium Aquamarine #6CCBAD

Tints of Medium Aquamarine #6CCBAD

Color information

#6CCBAD (or 0x6CCBAD) is unknown color: approx Medium Aquamarine. HEX triplet: 6C, CB and AD. RGB value is (108,203,173). Sum of RGB (Red+Green+Blue) = 108+203+173=484 (64% of max value = 765). Red value is 108 (42.58% from 255 or 22.31% from 484); Green value is 203 (79.69% from 255 or 41.94% from 484); Blue value is 173 (67.97% from 255 or 35.74% from 484); Max value from RGB is 203 - color contains mainly: green. Hex color #6CCBAD is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6CCBAD is #933452. Grayscale: #ABABAB. Windows color (decimal): -9647187 or 11389804. OLE color: 11389804.

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

Color convert

RGB108203173-
CMYK0.4700.150.20
HSL161.05º47.74%60.98%-
HSV(B)161.05º46.8%79.61%-
XYZ35.0848.9247.13-
YUV171.18129.0382.94-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 22.31%
GREEN value IS 203 (79.69% from 255) = 41.94%
BLUE value IS 173 (67.97% from 255) = 35.74%
R=22.31%
G=41.94%
B=35.74%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1082031730.4700.150.20161.0547.7460.98
Hex6CCBAD2F0F14a1303d
Octal15431325557017242416075
Binary11011001100101110101101101111011111010010100001110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CCBAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,203,173); }

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

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

 a { background-color: rgb(108,203,173); }

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

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

 span { border-color: rgb(108,203,173); }

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