#6CCBB0

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

Shades of Medium Aquamarine #6CCBB0

Tints of Medium Aquamarine #6CCBB0

Color information

#6CCBB0 (or 0x6CCBB0) is unknown color: approx Medium Aquamarine. HEX triplet: 6C, CB and B0. RGB value is (108,203,176). Sum of RGB (Red+Green+Blue) = 108+203+176=487 (64% of max value = 765). Red value is 108 (42.58% from 255 or 22.18% from 487); Green value is 203 (79.69% from 255 or 41.68% from 487); Blue value is 176 (69.14% from 255 or 36.14% from 487); Max value from RGB is 203 - color contains mainly: green. Hex color #6CCBB0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6CCBB0 is #93344F. Grayscale: #ABABAB. Windows color (decimal): -9647184 or 11586412. OLE color: 11586412.

HSL color Cylindrical-coordinate representation of color #6CCBB0: hue angle of 162.95º 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 #6CCBB0 is Cyan = 0.47, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.20.

Color convert

RGB108203176-
CMYK0.4700.130.20
HSL162.95º47.74%60.98%-
HSV(B)162.95º46.8%79.61%-
XYZ35.3849.0348.67-
YUV171.52130.5382.7-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 22.18%
GREEN value IS 203 (79.69% from 255) = 41.68%
BLUE value IS 176 (69.14% from 255) = 36.14%
R=22.18%
G=41.68%
B=36.14%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1082031760.4700.130.20162.9547.7460.98
Hex6CCBB02F0D14a3303d
Octal15431326057015242436075
Binary11011001100101110110000101111011011010010100011110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CCBB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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