Html Css Color HEX #75DAB1 Medium Aquamarine

📋 copy color: '#75DAB1'

red 117 ◦ green 218 ◦ blue 177

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

Shades of Medium Aquamarine #75DAB1

Tints of Medium Aquamarine #75DAB1

RGB

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

 GREEN value IS 218 (85.55% from 255) = 42.58%

 BLUE value IS 177 (69.53% from 255) = 34.57%

R = 22.85%
G = 42.58%
B = 34.57%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.19

 K value IS 0.15

RGB Variations

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

Color information

#75DAB1 (or 0x75DAB1) is known color: Medium Aquamarine. HEX triplet: 75, DA and B1. RGB value is (117,218,177). Sum of RGB (Red+Green+Blue) = 117+218+177=512 (67% of max value = 765). Red value is 117 (46.09% from 255 or 22.85% from 512); Green value is 218 (85.55% from 255 or 42.58% from 512); Blue value is 177 (69.53% from 255 or 34.57% from 512); Max value from RGB is 218 - color contains mainly: green. Hex color #75DAB1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #75DAB1 is #8A254E. Grayscale: #B7B7B7. Windows color (decimal): -9053519 or 11655797. OLE color: 11655797.

HSL color Cylindrical-coordinate representation of color #75DAB1: hue angle of 155.64º degrees, saturation: 0.58, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #75DAB1 is Cyan = 0.46, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.15.

Color convert

RGB 117 218 177 -
CMYK 0.46 0 0.19 0.15
HSL 155.64º 0.58% 0.66% -
HSV(B) 155.64º 0.46% 0.85% -
XYZ 40.34 57.1 50.49 -
YUV 183.13 124.54 80.83 -
System Red Green Blue C M Y K H S L
Decimal 117 218 177 0.46 0 0.19 0.15 155.64 0.58 0.66
Hex 75 DA B1 2E 0 13 F 9C 3A 42
Octal 165 332 261 56 0 23 17 234 72 102
Binary 1110101 11011010 10110001 101110 0 10011 1111 10011100 111010 1000010

Color Harmonies of #75DAB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75DAB1

Black with #75DAB1

Text Example


Text Example

White with #75DAB1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,218,177); }

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

background-color css

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

 a { background-color: rgb(117,218,177); }

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

border-color css

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

 span { border-color: rgb(117,218,177); }

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