Html Css Color HEX #75FDC0 Aquamarine

📋 copy color: '#75FDC0'

red 117 ◦ green 253 ◦ blue 192

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

Shades of Aquamarine #75FDC0

Tints of Aquamarine #75FDC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 34.16%

R = 20.82%
G = 45.02%
B = 34.16%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.24

 K value IS 0.01

RGB Variations

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

Color information

#75FDC0 (or 0x75FDC0) is known color: Aquamarine. HEX triplet: 75, FD and C0. RGB value is (117,253,192). Sum of RGB (Red+Green+Blue) = 117+253+192=562 (74% of max value = 765). Red value is 117 (46.09% from 255 or 20.82% from 562); Green value is 253 (99.22% from 255 or 45.02% from 562); Blue value is 192 (75.39% from 255 or 34.16% from 562); Max value from RGB is 253 - color contains mainly: green. Hex color #75FDC0 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #75FDC0 is #8A023F. Grayscale: #CDCDCD. Windows color (decimal): -9044544 or 12647797. OLE color: 12647797.

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

Color convert

RGB 117 253 192 -
CMYK 0.54 0 0.24 0.01
HSL 153.09º 0.97% 0.73% -
HSV(B) 153.09º 0.54% 0.99% -
XYZ 51.98 77.84 62.15 -
YUV 205.38 120.44 64.96 -
System Red Green Blue C M Y K H S L
Decimal 117 253 192 0.54 0 0.24 0.01 153.09 0.97 0.73
Hex 75 FD C0 36 0 18 1 99 61 49
Octal 165 375 300 66 0 30 1 231 141 111
Binary 1110101 11111101 11000000 110110 0 11000 1 10011001 1100001 1001001

Color Harmonies of #75FDC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75FDC0

Black with #75FDC0

Text Example


Text Example

White with #75FDC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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