Html Css Color HEX #75FFD7 Aquamarine

📋 copy color: '#75FFD7'

red 117 ◦ green 255 ◦ blue 215

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

Shades of Aquamarine #75FFD7

Tints of Aquamarine #75FFD7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 36.63%

R = 19.93%
G = 43.44%
B = 36.63%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.16

 K value IS 0

RGB Variations

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

Color information

#75FFD7 (or 0x75FFD7) is known color: Aquamarine. HEX triplet: 75, FF and D7. RGB value is (117,255,215). Sum of RGB (Red+Green+Blue) = 117+255+215=587 (77% of max value = 765). Red value is 117 (46.09% from 255 or 19.93% from 587); Green value is 255 (100% from 255 or 43.44% from 587); Blue value is 215 (84.38% from 255 or 36.63% from 587); Max value from RGB is 255 - color contains mainly: green. Hex color #75FFD7 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #75FFD7 is #8A0028. Grayscale: #D1D1D1. Windows color (decimal): -9044009 or 14155637. OLE color: 14155637.

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

Color convert

RGB 117 255 215 -
CMYK 0.54 0 0.16 0
HSL 162.61º 1% 0.73% -
HSV(B) 162.61º 0.54% 1% -
XYZ 55.36 80.21 76.85 -
YUV 209.18 131.28 62.25 -
System Red Green Blue C M Y K H S L
Decimal 117 255 215 0.54 0 0.16 0 162.61 1 0.73
Hex 75 FF D7 36 0 10 0 A3 64 49
Octal 165 377 327 66 0 20 0 243 144 111
Binary 1110101 11111111 11010111 110110 0 10000 0 10100011 1100100 1001001

Color Harmonies of #75FFD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75FFD7

Black with #75FFD7

Text Example


Text Example

White with #75FFD7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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