Html Css Color HEX #75FEE0 Aquamarine

📋 copy color: '#75FEE0'

red 117 ◦ green 254 ◦ blue 224

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

Shades of Aquamarine #75FEE0

Tints of Aquamarine #75FEE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 37.65%

R = 19.66%
G = 42.69%
B = 37.65%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.12

 K value IS 0.00

RGB Variations

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

Color information

#75FEE0 (or 0x75FEE0) is known color: Aquamarine. HEX triplet: 75, FE and E0. RGB value is (117,254,224). Sum of RGB (Red+Green+Blue) = 117+254+224=595 (78% of max value = 765). Red value is 117 (46.09% from 255 or 19.66% from 595); Green value is 254 (99.61% from 255 or 42.69% from 595); Blue value is 224 (87.89% from 255 or 37.65% from 595); Max value from RGB is 254 - color contains mainly: green. Hex color #75FEE0 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #75FEE0 is #8A011F. Grayscale: #D1D1D1. Windows color (decimal): -9044256 or 14745205. OLE color: 14745205.

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

Color convert

RGB 117 254 224 -
CMYK 0.54 0 0.12 0.00
HSL 166.86º 0.99% 0.73% -
HSV(B) 166.86º 0.54% 1% -
XYZ 56.23 80.05 83.01 -
YUV 209.62 136.11 61.94 -
System Red Green Blue C M Y K H S L
Decimal 117 254 224 0.54 0 0.12 0.00 166.86 0.99 0.73
Hex 75 FE E0 36 0 C 0 A7 63 49
Octal 165 376 340 66 0 14 0 247 143 111
Binary 1110101 11111110 11100000 110110 0 1100 0 10100111 1100011 1001001

Color Harmonies of #75FEE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75FEE0

Black with #75FEE0

Text Example


Text Example

White with #75FEE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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