Html Css Color HEX #75FDE6 Aquamarine

📋 copy color: '#75FDE6'

red 117 ◦ green 253 ◦ blue 230

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

Shades of Aquamarine #75FDE6

Tints of Aquamarine #75FDE6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 38.33%

R = 19.5%
G = 42.17%
B = 38.33%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.09

 K value IS 0.01

RGB Variations

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

Color information

#75FDE6 (or 0x75FDE6) is known color: Aquamarine. HEX triplet: 75, FD and E6. RGB value is (117,253,230). Sum of RGB (Red+Green+Blue) = 117+253+230=600 (79% of max value = 765). Red value is 117 (46.09% from 255 or 19.5% from 600); Green value is 253 (99.22% from 255 or 42.17% from 600); Blue value is 230 (90.23% from 255 or 38.33% from 600); Max value from RGB is 253 - color contains mainly: green. Hex color #75FDE6 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #75FDE6 is #8A0219. Grayscale: #D1D1D1. Windows color (decimal): -9044506 or 15138165. OLE color: 15138165.

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

Color convert

RGB 117 253 230 -
CMYK 0.54 0 0.09 0.01
HSL 169.85º 0.97% 0.73% -
HSV(B) 169.85º 0.54% 0.99% -
XYZ 56.74 79.75 87.26 -
YUV 209.71 139.44 61.87 -
System Red Green Blue C M Y K H S L
Decimal 117 253 230 0.54 0 0.09 0.01 169.85 0.97 0.73
Hex 75 FD E6 36 0 9 1 AA 61 49
Octal 165 375 346 66 0 11 1 252 141 111
Binary 1110101 11111101 11100110 110110 0 1001 1 10101010 1100001 1001001

Color Harmonies of #75FDE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75FDE6

Black with #75FDE6

Text Example


Text Example

White with #75FDE6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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