Html Css Color HEX #75F1A6 Medium Aquamarine

📋 copy color: '#75F1A6'

red 117 ◦ green 241 ◦ blue 166

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

Shades of Medium Aquamarine #75F1A6

Tints of Medium Aquamarine #75F1A6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 31.68%

R = 22.33%
G = 45.99%
B = 31.68%

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

#75F1A6 (or 0x75F1A6) is known color: Medium Aquamarine. HEX triplet: 75, F1 and A6. RGB value is (117,241,166). Sum of RGB (Red+Green+Blue) = 117+241+166=524 (69% of max value = 765). Red value is 117 (46.09% from 255 or 22.33% from 524); Green value is 241 (94.53% from 255 or 45.99% from 524); Blue value is 166 (65.23% from 255 or 31.68% from 524); Max value from RGB is 241 - color contains mainly: green. Hex color #75F1A6 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #75F1A6 is #8A0E59. Grayscale: #C3C3C3. Windows color (decimal): -9047642 or 10940789. OLE color: 10940789.

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

Color convert

RGB 117 241 166 -
CMYK 0.51 0 0.31 0.05
HSL 143.71º 0.82% 0.7% -
HSV(B) 143.71º 0.51% 0.95% -
XYZ 45.67 69.45 47.07 -
YUV 195.37 111.42 72.1 -
System Red Green Blue C M Y K H S L
Decimal 117 241 166 0.51 0 0.31 0.05 143.71 0.82 0.7
Hex 75 F1 A6 33 0 1F 5 90 52 46
Octal 165 361 246 63 0 37 5 220 122 106
Binary 1110101 11110001 10100110 110011 0 11111 101 10010000 1010010 1000110

Color Harmonies of #75F1A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75F1A6

Black with #75F1A6

Text Example


Text Example

White with #75F1A6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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