Html Css Color HEX #75F7D8 Aquamarine

📋 copy color: '#75F7D8'

red 117 ◦ green 247 ◦ blue 216

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

Shades of Aquamarine #75F7D8

Tints of Aquamarine #75F7D8

RGB

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

 GREEN value IS 247 (96.88% from 255) = 42.59%

 BLUE value IS 216 (84.77% from 255) = 37.24%

R = 20.17%
G = 42.59%
B = 37.24%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.13

 K value IS 0.03

RGB Variations

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

Color information

#75F7D8 (or 0x75F7D8) is known color: Aquamarine. HEX triplet: 75, F7 and D8. RGB value is (117,247,216). Sum of RGB (Red+Green+Blue) = 117+247+216=580 (76% of max value = 765). Red value is 117 (46.09% from 255 or 20.17% from 580); Green value is 247 (96.88% from 255 or 42.59% from 580); Blue value is 216 (84.77% from 255 or 37.24% from 580); Max value from RGB is 247 - color contains mainly: green. Hex color #75F7D8 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #75F7D8 is #8A0827. Grayscale: #CCCCCC. Windows color (decimal): -9046056 or 14219125. OLE color: 14219125.

HSL color Cylindrical-coordinate representation of color #75F7D8: hue angle of 165.69º degrees, saturation: 0.89, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #75F7D8 is Cyan = 0.53, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.03.

Color convert

RGB 117 247 216 -
CMYK 0.53 0 0.13 0.03
HSL 165.69º 0.89% 0.71% -
HSV(B) 165.69º 0.53% 0.97% -
XYZ 52.99 75.26 76.7 -
YUV 204.6 134.43 65.52 -
System Red Green Blue C M Y K H S L
Decimal 117 247 216 0.53 0 0.13 0.03 165.69 0.89 0.71
Hex 75 F7 D8 35 0 D 3 A6 59 47
Octal 165 367 330 65 0 15 3 246 131 107
Binary 1110101 11110111 11011000 110101 0 1101 11 10100110 1011001 1000111

Color Harmonies of #75F7D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75F7D8

Black with #75F7D8

Text Example


Text Example

White with #75F7D8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,247,216); }

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

background-color css

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

 a { background-color: rgb(117,247,216); }

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

border-color css

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

 span { border-color: rgb(117,247,216); }

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