#75F2BA

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

Shades of Aquamarine #75F2BA

Tints of Aquamarine #75F2BA

Color information

#75F2BA (or 0x75F2BA) is unknown color: approx Aquamarine. HEX triplet: 75, F2 and BA. RGB value is (117,242,186). Sum of RGB (Red+Green+Blue) = 117+242+186=545 (72% of max value = 765). Red value is 117 (46.09% from 255 or 21.47% from 545); Green value is 242 (94.92% from 255 or 44.40% from 545); Blue value is 186 (73.05% from 255 or 34.13% from 545); Max value from RGB is 242 - color contains mainly: green. Hex color #75F2BA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #75F2BA is #8A0D45. Grayscale: #C6C6C6. Windows color (decimal): -9047366 or 12251765. OLE color: 12251765.

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

Color convert

RGB117242186-
CMYK0.5200.230.05
HSL153.12º82.78%70.39%-
HSV(B)153.12º51.65%94.9%-
XYZ47.9570.8357.6-
YUV198.24121.0970.05-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 21.47%
GREEN value IS 242 (94.92% from 255) = 44.40%
BLUE value IS 186 (73.05% from 255) = 34.13%
R=21.47%
G=44.40%
B=34.13%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1172421860.5200.230.05153.1282.7870.39
Hex75F2BA340175995346
Octal165362272640275231123106
Binary111010111110010101110101101000101111011001100110100111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75F2BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,242,186); }

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

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

 a { background-color: rgb(117,242,186); }

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

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

 span { border-color: rgb(117,242,186); }

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