Html Css Color HEX #75FABA Aquamarine

📋 copy color: '#75FABA'

red 117 ◦ green 250 ◦ blue 186

#75FABA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Aquamarine #75FABA

Tints of Aquamarine #75FABA

RGB

 RED value IS 117 (46.09% from 255) = 21.16%

 GREEN value IS 250 (98.05% from 255) = 45.21%

 BLUE value IS 186 (73.05% from 255) = 33.63%

R = 21.16%
G = 45.21%
B = 33.63%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.26

 K value IS 0.02

RGB Variations

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

Color information

#75FABA (or 0x75FABA) is known color: Aquamarine. HEX triplet: 75, FA and BA. RGB value is (117,250,186). Sum of RGB (Red+Green+Blue) = 117+250+186=553 (73% of max value = 765). Red value is 117 (46.09% from 255 or 21.16% from 553); Green value is 250 (98.05% from 255 or 45.21% from 553); Blue value is 186 (73.05% from 255 or 33.63% from 553); Max value from RGB is 250 - color contains mainly: green. Hex color #75FABA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #75FABA is #8A0545. Grayscale: #CBCBCB. Windows color (decimal): -9045318 or 12253813. OLE color: 12253813.

HSL color Cylindrical-coordinate representation of color #75FABA: hue angle of 151.13º degrees, saturation: 0.93, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #75FABA is Cyan = 0.53, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.02.

Color convert

RGB 117 250 186 -
CMYK 0.53 0 0.26 0.02
HSL 151.13º 0.93% 0.72% -
HSV(B) 151.13º 0.53% 0.98% -
XYZ 50.38 75.7 58.41 -
YUV 202.94 118.44 66.7 -
System Red Green Blue C M Y K H S L
Decimal 117 250 186 0.53 0 0.26 0.02 151.13 0.93 0.72
Hex 75 FA BA 35 0 1A 2 97 5D 48
Octal 165 372 272 65 0 32 2 227 135 110
Binary 1110101 11111010 10111010 110101 0 11010 10 10010111 1011101 1001000

Color Harmonies of #75FABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75FABA

Black with #75FABA

Text Example


Text Example

White with #75FABA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #75FABA;
 }
 .AnyTagClassName
 {
   color: #75FABA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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