Html Css Color HEX #75FDD8 Aquamarine

📋 copy color: '#75FDD8'

red 117 ◦ green 253 ◦ blue 216

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

Shades of Aquamarine #75FDD8

Tints of Aquamarine #75FDD8

RGB

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

 GREEN value IS 253 (99.22% from 255) = 43.17%

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

R = 19.97%
G = 43.17%
B = 36.86%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.15

 K value IS 0.01

RGB Variations

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

Color information

#75FDD8 (or 0x75FDD8) is known color: Aquamarine. HEX triplet: 75, FD and D8. RGB value is (117,253,216). Sum of RGB (Red+Green+Blue) = 117+253+216=586 (77% of max value = 765). Red value is 117 (46.09% from 255 or 19.97% from 586); Green value is 253 (99.22% from 255 or 43.17% from 586); Blue value is 216 (84.77% from 255 or 36.86% from 586); Max value from RGB is 253 - color contains mainly: green. Hex color #75FDD8 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #75FDD8 is #8A0227. Grayscale: #D0D0D0. Windows color (decimal): -9044520 or 14220661. OLE color: 14220661.

HSL color Cylindrical-coordinate representation of color #75FDD8: hue angle of 163.68º degrees, saturation: 0.97, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #75FDD8 is Cyan = 0.54, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.01.

Color convert

RGB 117 253 216 -
CMYK 0.54 0 0.15 0.01
HSL 163.68º 0.97% 0.73% -
HSV(B) 163.68º 0.54% 0.99% -
XYZ 54.86 78.99 77.32 -
YUV 208.12 132.44 63.01 -
System Red Green Blue C M Y K H S L
Decimal 117 253 216 0.54 0 0.15 0.01 163.68 0.97 0.73
Hex 75 FD D8 36 0 F 1 A4 61 49
Octal 165 375 330 66 0 17 1 244 141 111
Binary 1110101 11111101 11011000 110110 0 1111 1 10100100 1100001 1001001

Color Harmonies of #75FDD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75FDD8

Black with #75FDD8

Text Example


Text Example

White with #75FDD8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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