Html Css Color HEX #75F3A8 Medium Aquamarine

📋 copy color: '#75F3A8'

red 117 ◦ green 243 ◦ blue 168

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

Shades of Medium Aquamarine #75F3A8

Tints of Medium Aquamarine #75F3A8

RGB

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

 GREEN value IS 243 (95.31% from 255) = 46.02%

 BLUE value IS 168 (66.02% from 255) = 31.82%

R = 22.16%
G = 46.02%
B = 31.82%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.31

 K value IS 0.05

RGB Variations

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

Color information

#75F3A8 (or 0x75F3A8) is known color: Medium Aquamarine. HEX triplet: 75, F3 and A8. RGB value is (117,243,168). Sum of RGB (Red+Green+Blue) = 117+243+168=528 (69% of max value = 765). Red value is 117 (46.09% from 255 or 22.16% from 528); Green value is 243 (95.31% from 255 or 46.02% from 528); Blue value is 168 (66.02% from 255 or 31.82% from 528); Max value from RGB is 243 - color contains mainly: green. Hex color #75F3A8 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #75F3A8 is #8A0C57. Grayscale: #C4C4C4. Windows color (decimal): -9047128 or 11072373. OLE color: 11072373.

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

Color convert

RGB 117 243 168 -
CMYK 0.52 0 0.31 0.05
HSL 144.29º 0.84% 0.71% -
HSV(B) 144.29º 0.52% 0.95% -
XYZ 46.45 70.71 48.25 -
YUV 196.78 111.76 71.1 -
System Red Green Blue C M Y K H S L
Decimal 117 243 168 0.52 0 0.31 0.05 144.29 0.84 0.71
Hex 75 F3 A8 34 0 1F 5 90 54 47
Octal 165 363 250 64 0 37 5 220 124 107
Binary 1110101 11110011 10101000 110100 0 11111 101 10010000 1010100 1000111

Color Harmonies of #75F3A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75F3A8

Black with #75F3A8

Text Example


Text Example

White with #75F3A8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,243,168); }

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

background-color css

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

 a { background-color: rgb(117,243,168); }

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

border-color css

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

 span { border-color: rgb(117,243,168); }

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