Html Css Color HEX #75FFAF Aquamarine

📋 copy color: '#75FFAF'

red 117 ◦ green 255 ◦ blue 175

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

Shades of Aquamarine #75FFAF

Tints of Aquamarine #75FFAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 31.99%

R = 21.39%
G = 46.62%
B = 31.99%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.31

 K value IS 0

RGB Variations

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

Color information

#75FFAF (or 0x75FFAF) is known color: Aquamarine. HEX triplet: 75, FF and AF. RGB value is (117,255,175). Sum of RGB (Red+Green+Blue) = 117+255+175=547 (72% of max value = 765). Red value is 117 (46.09% from 255 or 21.39% from 547); Green value is 255 (100% from 255 or 46.62% from 547); Blue value is 175 (68.75% from 255 or 31.99% from 547); Max value from RGB is 255 - color contains mainly: green. Hex color #75FFAF is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #75FFAF is #8A0050. Grayscale: #CCCCCC. Windows color (decimal): -9044049 or 11534197. OLE color: 11534197.

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

Color convert

RGB 117 255 175 -
CMYK 0.54 0 0.31 0
HSL 145.22º 1% 0.73% -
HSV(B) 145.22º 0.54% 1% -
XYZ 50.83 78.4 53.01 -
YUV 204.62 111.28 65.5 -
System Red Green Blue C M Y K H S L
Decimal 117 255 175 0.54 0 0.31 0 145.22 1 0.73
Hex 75 FF AF 36 0 1F 0 91 64 49
Octal 165 377 257 66 0 37 0 221 144 111
Binary 1110101 11111111 10101111 110110 0 11111 0 10010001 1100100 1001001

Color Harmonies of #75FFAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75FFAF

Black with #75FFAF

Text Example


Text Example

White with #75FFAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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