Html Css Color HEX #75FDD0 Aquamarine

📋 copy color: '#75FDD0'

red 117 ◦ green 253 ◦ blue 208

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

Shades of Aquamarine #75FDD0

Tints of Aquamarine #75FDD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 35.99%

R = 20.24%
G = 43.77%
B = 35.99%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.18

 K value IS 0.01

RGB Variations

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

Color information

#75FDD0 (or 0x75FDD0) is known color: Aquamarine. HEX triplet: 75, FD and D0. RGB value is (117,253,208). Sum of RGB (Red+Green+Blue) = 117+253+208=578 (76% of max value = 765). Red value is 117 (46.09% from 255 or 20.24% from 578); Green value is 253 (99.22% from 255 or 43.77% from 578); Blue value is 208 (81.64% from 255 or 35.99% from 578); Max value from RGB is 253 - color contains mainly: green. Hex color #75FDD0 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #75FDD0 is #8A022F. Grayscale: #CFCFCF. Windows color (decimal): -9044528 or 13696373. OLE color: 13696373.

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

Color convert

RGB 117 253 208 -
CMYK 0.54 0 0.18 0.01
HSL 160.15º 0.97% 0.73% -
HSV(B) 160.15º 0.54% 0.99% -
XYZ 53.85 78.59 72.01 -
YUV 207.21 128.44 63.66 -
System Red Green Blue C M Y K H S L
Decimal 117 253 208 0.54 0 0.18 0.01 160.15 0.97 0.73
Hex 75 FD D0 36 0 12 1 A0 61 49
Octal 165 375 320 66 0 22 1 240 141 111
Binary 1110101 11111101 11010000 110110 0 10010 1 10100000 1100001 1001001

Color Harmonies of #75FDD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75FDD0

Black with #75FDD0

Text Example


Text Example

White with #75FDD0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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