Html Css Color HEX #75FDD5 Aquamarine

📋 copy color: '#75FDD5'

red 117 ◦ green 253 ◦ blue 213

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

Shades of Aquamarine #75FDD5

Tints of Aquamarine #75FDD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 36.54%

R = 20.07%
G = 43.4%
B = 36.54%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.16

 K value IS 0.01

RGB Variations

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

Color information

#75FDD5 (or 0x75FDD5) is known color: Aquamarine. HEX triplet: 75, FD and D5. RGB value is (117,253,213). Sum of RGB (Red+Green+Blue) = 117+253+213=583 (77% of max value = 765). Red value is 117 (46.09% from 255 or 20.07% from 583); Green value is 253 (99.22% from 255 or 43.40% from 583); Blue value is 213 (83.59% from 255 or 36.54% from 583); Max value from RGB is 253 - color contains mainly: green. Hex color #75FDD5 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #75FDD5 is #8A022A. Grayscale: #CFCFCF. Windows color (decimal): -9044523 or 14024053. OLE color: 14024053.

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

Color convert

RGB 117 253 213 -
CMYK 0.54 0 0.16 0.01
HSL 162.35º 0.97% 0.73% -
HSV(B) 162.35º 0.54% 0.99% -
XYZ 54.47 78.84 75.3 -
YUV 207.78 130.94 63.25 -
System Red Green Blue C M Y K H S L
Decimal 117 253 213 0.54 0 0.16 0.01 162.35 0.97 0.73
Hex 75 FD D5 36 0 10 1 A2 61 49
Octal 165 375 325 66 0 20 1 242 141 111
Binary 1110101 11111101 11010101 110110 0 10000 1 10100010 1100001 1001001

Color Harmonies of #75FDD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75FDD5

Black with #75FDD5

Text Example


Text Example

White with #75FDD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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