#75F1BD

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

Shades of Aquamarine #75F1BD

Tints of Aquamarine #75F1BD

Color information

#75F1BD (or 0x75F1BD) is unknown color: approx Aquamarine. HEX triplet: 75, F1 and BD. RGB value is (117,241,189). Sum of RGB (Red+Green+Blue) = 117+241+189=547 (72% of max value = 765). Red value is 117 (46.09% from 255 or 21.39% from 547); Green value is 241 (94.53% from 255 or 44.06% from 547); Blue value is 189 (74.22% from 255 or 34.55% from 547); Max value from RGB is 241 - color contains mainly: green. Hex color #75F1BD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #75F1BD is #8A0E42. Grayscale: #C6C6C6. Windows color (decimal): -9047619 or 12448117. OLE color: 12448117.

HSL color Cylindrical-coordinate representation of color #75F1BD: hue angle of 154.84º degrees, saturation: 0.82, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #75F1BD is Cyan = 0.51, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.05.

Color convert

RGB117241189-
CMYK0.5100.220.05
HSL154.84º81.58%70.2%-
HSV(B)154.84º51.45%94.51%-
XYZ47.9870.3759.2-
YUV198122.9270.23-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 21.39%
GREEN value IS 241 (94.53% from 255) = 44.06%
BLUE value IS 189 (74.22% from 255) = 34.55%
R=21.39%
G=44.06%
B=34.55%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1172411890.5100.220.05154.8481.5870.2
Hex75F1BD3301659b5246
Octal165361275630265233122106
Binary111010111110001101111011100110101101011001101110100101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75F1BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,241,189); }

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

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

 a { background-color: rgb(117,241,189); }

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

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

 span { border-color: rgb(117,241,189); }

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