Html Css Color HEX #75FEE7 Aquamarine

📋 copy color: '#75FEE7'

red 117 ◦ green 254 ◦ blue 231

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

Shades of Aquamarine #75FEE7

Tints of Aquamarine #75FEE7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 38.37%

R = 19.44%
G = 42.19%
B = 38.37%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.09

 K value IS 0.00

RGB Variations

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

Color information

#75FEE7 (or 0x75FEE7) is known color: Aquamarine. HEX triplet: 75, FE and E7. RGB value is (117,254,231). Sum of RGB (Red+Green+Blue) = 117+254+231=602 (79% of max value = 765). Red value is 117 (46.09% from 255 or 19.44% from 602); Green value is 254 (99.61% from 255 or 42.19% from 602); Blue value is 231 (90.62% from 255 or 38.37% from 602); Max value from RGB is 254 - color contains mainly: green. Hex color #75FEE7 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #75FEE7 is #8A0118. Grayscale: #D2D2D2. Windows color (decimal): -9044249 or 15203957. OLE color: 15203957.

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

Color convert

RGB 117 254 231 -
CMYK 0.54 0 0.09 0.00
HSL 169.93º 0.99% 0.73% -
HSV(B) 169.93º 0.54% 1% -
XYZ 57.2 80.44 88.11 -
YUV 210.42 139.61 61.37 -
System Red Green Blue C M Y K H S L
Decimal 117 254 231 0.54 0 0.09 0.00 169.93 0.99 0.73
Hex 75 FE E7 36 0 9 0 AA 63 49
Octal 165 376 347 66 0 11 0 252 143 111
Binary 1110101 11111110 11100111 110110 0 1001 0 10101010 1100011 1001001

Color Harmonies of #75FEE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75FEE7

Black with #75FEE7

Text Example


Text Example

White with #75FEE7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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