Html Css Color HEX #75FFAA Aquamarine

📋 copy color: '#75FFAA'

red 117 ◦ green 255 ◦ blue 170

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

Shades of Aquamarine #75FFAA

Tints of Aquamarine #75FFAA

RGB

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

 GREEN value IS 255 (100% from 255) = 47.05%

 BLUE value IS 170 (66.8% from 255) = 31.37%

R = 21.59%
G = 47.05%
B = 31.37%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.33

 K value IS 0

RGB Variations

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

Color information

#75FFAA (or 0x75FFAA) is known color: Aquamarine. HEX triplet: 75, FF and AA. RGB value is (117,255,170). Sum of RGB (Red+Green+Blue) = 117+255+170=542 (71% of max value = 765). Red value is 117 (46.09% from 255 or 21.59% from 542); Green value is 255 (100% from 255 or 47.05% from 542); Blue value is 170 (66.80% from 255 or 31.37% from 542); Max value from RGB is 255 - color contains mainly: green. Hex color #75FFAA is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #75FFAA is #8A0055. Grayscale: #CCCCCC. Windows color (decimal): -9044054 or 11206517. OLE color: 11206517.

HSL color Cylindrical-coordinate representation of color #75FFAA: hue angle of 143.04º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #75FFAA is Cyan = 0.54, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.

Color convert

RGB 117 255 170 -
CMYK 0.54 0 0.33 0
HSL 143.04º 1% 0.73% -
HSV(B) 143.04º 0.54% 1% -
XYZ 50.35 78.2 50.47 -
YUV 204.05 108.78 65.91 -
System Red Green Blue C M Y K H S L
Decimal 117 255 170 0.54 0 0.33 0 143.04 1 0.73
Hex 75 FF AA 36 0 21 0 8F 64 49
Octal 165 377 252 66 0 41 0 217 144 111
Binary 1110101 11111111 10101010 110110 0 100001 0 10001111 1100100 1001001

Color Harmonies of #75FFAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75FFAA

Black with #75FFAA

Text Example


Text Example

White with #75FFAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,255,170); }

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

background-color css

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

 a { background-color: rgb(117,255,170); }

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

border-color css

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

 span { border-color: rgb(117,255,170); }

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