Html Css Color HEX #75F1A7 Medium Aquamarine

📋 copy color: '#75F1A7'

red 117 ◦ green 241 ◦ blue 167

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

Shades of Medium Aquamarine #75F1A7

Tints of Medium Aquamarine #75F1A7

RGB

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

 GREEN value IS 241 (94.53% from 255) = 45.9%

 BLUE value IS 167 (65.63% from 255) = 31.81%

R = 22.29%
G = 45.9%
B = 31.81%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.31

 K value IS 0.05

RGB Variations

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

Color information

#75F1A7 (or 0x75F1A7) is known color: Medium Aquamarine. HEX triplet: 75, F1 and A7. RGB value is (117,241,167). Sum of RGB (Red+Green+Blue) = 117+241+167=525 (69% of max value = 765). Red value is 117 (46.09% from 255 or 22.29% from 525); Green value is 241 (94.53% from 255 or 45.90% from 525); Blue value is 167 (65.62% from 255 or 31.81% from 525); Max value from RGB is 241 - color contains mainly: green. Hex color #75F1A7 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #75F1A7 is #8A0E58. Grayscale: #C3C3C3. Windows color (decimal): -9047641 or 11006325. OLE color: 11006325.

HSL color Cylindrical-coordinate representation of color #75F1A7: hue angle of 144.19º 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 #75F1A7 is Cyan = 0.51, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.05.

Color convert

RGB 117 241 167 -
CMYK 0.51 0 0.31 0.05
HSL 144.19º 0.82% 0.7% -
HSV(B) 144.19º 0.51% 0.95% -
XYZ 45.77 69.48 47.56 -
YUV 195.49 111.92 72.02 -
System Red Green Blue C M Y K H S L
Decimal 117 241 167 0.51 0 0.31 0.05 144.19 0.82 0.7
Hex 75 F1 A7 33 0 1F 5 90 52 46
Octal 165 361 247 63 0 37 5 220 122 106
Binary 1110101 11110001 10100111 110011 0 11111 101 10010000 1010010 1000110

Color Harmonies of #75F1A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75F1A7

Black with #75F1A7

Text Example


Text Example

White with #75F1A7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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