#6BCBAE

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

Shades of Medium Aquamarine #6BCBAE

Tints of Medium Aquamarine #6BCBAE

Color information

#6BCBAE (or 0x6BCBAE) is unknown color: approx Medium Aquamarine. HEX triplet: 6B, CB and AE. RGB value is (107,203,174). Sum of RGB (Red+Green+Blue) = 107+203+174=484 (64% of max value = 765). Red value is 107 (42.19% from 255 or 22.11% from 484); Green value is 203 (79.69% from 255 or 41.94% from 484); Blue value is 174 (68.36% from 255 or 35.95% from 484); Max value from RGB is 203 - color contains mainly: green. Hex color #6BCBAE is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6BCBAE is #943451. Grayscale: #ABABAB. Windows color (decimal): -9712722 or 11455339. OLE color: 11455339.

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

Color convert

RGB107203174-
CMYK0.4700.140.20
HSL161.88º48%60.78%-
HSV(B)161.88º47.29%79.61%-
XYZ35.0648.8947.63-
YUV170.99129.782.36-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 22.11%
GREEN value IS 203 (79.69% from 255) = 41.94%
BLUE value IS 174 (68.36% from 255) = 35.95%
R=22.11%
G=41.94%
B=35.95%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1072031740.4700.140.20161.884860.78
Hex6BCBAE2F0E14a2303d
Octal15331325657016242426075
Binary11010111100101110101110101111011101010010100010110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BCBAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,203,174); }

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

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

 a { background-color: rgb(107,203,174); }

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

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

 span { border-color: rgb(107,203,174); }

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