Html Css Color HEX #75FCD5 Aquamarine

📋 copy color: '#75FCD5'

red 117 ◦ green 252 ◦ blue 213

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

Shades of Aquamarine #75FCD5

Tints of Aquamarine #75FCD5

RGB

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

 GREEN value IS 252 (98.83% from 255) = 43.3%

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

R = 20.1%
G = 43.3%
B = 36.6%

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

#75FCD5 (or 0x75FCD5) is known color: Aquamarine. HEX triplet: 75, FC and D5. RGB value is (117,252,213). Sum of RGB (Red+Green+Blue) = 117+252+213=582 (77% of max value = 765). Red value is 117 (46.09% from 255 or 20.10% from 582); Green value is 252 (98.83% from 255 or 43.30% from 582); Blue value is 213 (83.59% from 255 or 36.60% from 582); Max value from RGB is 252 - color contains mainly: green. Hex color #75FCD5 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #75FCD5 is #8A032A. Grayscale: #CFCFCF. Windows color (decimal): -9044779 or 14023797. OLE color: 14023797.

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

Color convert

RGB 117 252 213 -
CMYK 0.54 0 0.15 0.01
HSL 162.67º 0.96% 0.72% -
HSV(B) 162.67º 0.54% 0.99% -
XYZ 54.16 78.21 75.19 -
YUV 207.19 131.27 63.67 -
System Red Green Blue C M Y K H S L
Decimal 117 252 213 0.54 0 0.15 0.01 162.67 0.96 0.72
Hex 75 FC D5 36 0 F 1 A3 60 48
Octal 165 374 325 66 0 17 1 243 140 110
Binary 1110101 11111100 11010101 110110 0 1111 1 10100011 1100000 1001000

Color Harmonies of #75FCD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75FCD5

Black with #75FCD5

Text Example


Text Example

White with #75FCD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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