#75CBAC

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

Shades of Medium Aquamarine #75CBAC

Tints of Medium Aquamarine #75CBAC

Color information

#75CBAC (or 0x75CBAC) is unknown color: approx Medium Aquamarine. HEX triplet: 75, CB and AC. RGB value is (117,203,172). Sum of RGB (Red+Green+Blue) = 117+203+172=492 (65% of max value = 765). Red value is 117 (46.09% from 255 or 23.78% from 492); Green value is 203 (79.69% from 255 or 41.26% from 492); Blue value is 172 (67.58% from 255 or 34.96% from 492); Max value from RGB is 203 - color contains mainly: green. Hex color #75CBAC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #75CBAC is #8A3453. Grayscale: #ADADAD. Windows color (decimal): -9057364 or 11324277. OLE color: 11324277.

HSL color Cylindrical-coordinate representation of color #75CBAC: hue angle of 158.37º degrees, saturation: 0.45, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #75CBAC is Cyan = 0.42, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.20.

Color convert

RGB117203172-
CMYK0.4200.150.20
HSL158.37º45.26%62.75%-
HSV(B)158.37º42.36%79.61%-
XYZ36.1449.4746.67-
YUV173.75127.0187.52-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 23.78%
GREEN value IS 203 (79.69% from 255) = 41.26%
BLUE value IS 172 (67.58% from 255) = 34.96%
R=23.78%
G=41.26%
B=34.96%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1172031720.4200.150.20158.3745.2662.75
Hex75CBAC2A0F149e2d3f
Octal16531325452017242365577
Binary11101011100101110101100101010011111010010011110101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75CBAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75CBAC; }

 p { color: rgb(117,203,172); }

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

<style>
 a { background-color: #75CBAC; }

 a { background-color: rgb(117,203,172); }

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

<style>
 span { border-color: #75CBAC; }

 span { border-color: rgb(117,203,172); }

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