#6CBEA7

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

Shades of Medium Aquamarine #6CBEA7

Tints of Medium Aquamarine #6CBEA7

Color information

#6CBEA7 (or 0x6CBEA7) is unknown color: approx Medium Aquamarine. HEX triplet: 6C, BE and A7. RGB value is (108,190,167). Sum of RGB (Red+Green+Blue) = 108+190+167=465 (61% of max value = 765). Red value is 108 (42.58% from 255 or 23.23% from 465); Green value is 190 (74.61% from 255 or 40.86% from 465); Blue value is 167 (65.62% from 255 or 35.91% from 465); Max value from RGB is 190 - color contains mainly: green. Hex color #6CBEA7 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6CBEA7 is #934158. Grayscale: #A2A2A2. Windows color (decimal): -9650521 or 10993260. OLE color: 10993260.

HSL color Cylindrical-coordinate representation of color #6CBEA7: hue angle of 163.17º degrees, saturation: 0.39, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #6CBEA7 is Cyan = 0.43, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.25.

Color convert

RGB108190167-
CMYK0.4300.120.25
HSL163.17º38.68%58.43%-
HSV(B)163.17º43.16%74.51%-
XYZ31.5742.8143.16-
YUV162.86130.3388.87-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 23.23%
GREEN value IS 190 (74.61% from 255) = 40.86%
BLUE value IS 167 (65.62% from 255) = 35.91%
R=23.23%
G=40.86%
B=35.91%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1081901670.4300.120.25163.1738.6858.43
Hex6CBEA72B0C19a3273a
Octal15427624753014312434772
Binary11011001011111010100111101011011001100110100011100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CBEA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,190,167); }

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

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

 a { background-color: rgb(108,190,167); }

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

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

 span { border-color: rgb(108,190,167); }

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