Html Css Color HEX #75FEB8 Aquamarine

📋 copy color: '#75FEB8'

red 117 ◦ green 254 ◦ blue 184

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

Shades of Aquamarine #75FEB8

Tints of Aquamarine #75FEB8

RGB

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

 GREEN value IS 254 (99.61% from 255) = 45.77%

 BLUE value IS 184 (72.27% from 255) = 33.15%

R = 21.08%
G = 45.77%
B = 33.15%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.28

 K value IS 0.00

RGB Variations

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

Color information

#75FEB8 (or 0x75FEB8) is known color: Aquamarine. HEX triplet: 75, FE and B8. RGB value is (117,254,184). Sum of RGB (Red+Green+Blue) = 117+254+184=555 (73% of max value = 765). Red value is 117 (46.09% from 255 or 21.08% from 555); Green value is 254 (99.61% from 255 or 45.77% from 555); Blue value is 184 (72.27% from 255 or 33.15% from 555); Max value from RGB is 254 - color contains mainly: green. Hex color #75FEB8 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #75FEB8 is #8A0147. Grayscale: #CDCDCD. Windows color (decimal): -9044296 or 12123765. OLE color: 12123765.

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

Color convert

RGB 117 254 184 -
CMYK 0.54 0 0.28 0.00
HSL 149.34º 0.99% 0.73% -
HSV(B) 149.34º 0.54% 1% -
XYZ 51.43 78.13 57.72 -
YUV 205.06 116.11 65.19 -
System Red Green Blue C M Y K H S L
Decimal 117 254 184 0.54 0 0.28 0.00 149.34 0.99 0.73
Hex 75 FE B8 36 0 1C 0 95 63 49
Octal 165 376 270 66 0 34 0 225 143 111
Binary 1110101 11111110 10111000 110110 0 11100 0 10010101 1100011 1001001

Color Harmonies of #75FEB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75FEB8

Black with #75FEB8

Text Example


Text Example

White with #75FEB8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,254,184); }

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

background-color css

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

 a { background-color: rgb(117,254,184); }

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

border-color css

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

 span { border-color: rgb(117,254,184); }

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