Html Css Color HEX #75FEBA Aquamarine

📋 copy color: '#75FEBA'

red 117 ◦ green 254 ◦ blue 186

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

Shades of Aquamarine #75FEBA

Tints of Aquamarine #75FEBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 33.39%

R = 21.01%
G = 45.6%
B = 33.39%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.27

 K value IS 0.00

RGB Variations

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

Color information

#75FEBA (or 0x75FEBA) is known color: Aquamarine. HEX triplet: 75, FE and BA. RGB value is (117,254,186). Sum of RGB (Red+Green+Blue) = 117+254+186=557 (73% of max value = 765). Red value is 117 (46.09% from 255 or 21.01% from 557); Green value is 254 (99.61% from 255 or 45.60% from 557); Blue value is 186 (73.05% from 255 or 33.39% from 557); Max value from RGB is 254 - color contains mainly: green. Hex color #75FEBA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #75FEBA is #8A0145. Grayscale: #CDCDCD. Windows color (decimal): -9044294 or 12254837. OLE color: 12254837.

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

Color convert

RGB 117 254 186 -
CMYK 0.54 0 0.27 0.00
HSL 150.22º 0.99% 0.73% -
HSV(B) 150.22º 0.54% 1% -
XYZ 51.64 78.21 58.83 -
YUV 205.29 117.11 65.03 -
System Red Green Blue C M Y K H S L
Decimal 117 254 186 0.54 0 0.27 0.00 150.22 0.99 0.73
Hex 75 FE BA 36 0 1B 0 96 63 49
Octal 165 376 272 66 0 33 0 226 143 111
Binary 1110101 11111110 10111010 110110 0 11011 0 10010110 1100011 1001001

Color Harmonies of #75FEBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75FEBA

Black with #75FEBA

Text Example


Text Example

White with #75FEBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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