Html Css Color HEX #75DFA8 Medium Aquamarine

📋 copy color: '#75DFA8'

red 117 ◦ green 223 ◦ blue 168

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

Shades of Medium Aquamarine #75DFA8

Tints of Medium Aquamarine #75DFA8

RGB

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

 GREEN value IS 223 (87.5% from 255) = 43.9%

 BLUE value IS 168 (66.02% from 255) = 33.07%

R = 23.03%
G = 43.9%
B = 33.07%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.25

 K value IS 0.13

RGB Variations

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

Color information

#75DFA8 (or 0x75DFA8) is known color: Medium Aquamarine. HEX triplet: 75, DF and A8. RGB value is (117,223,168). Sum of RGB (Red+Green+Blue) = 117+223+168=508 (67% of max value = 765). Red value is 117 (46.09% from 255 or 23.03% from 508); Green value is 223 (87.5% from 255 or 43.90% from 508); Blue value is 168 (66.02% from 255 or 33.07% from 508); Max value from RGB is 223 - color contains mainly: green. Hex color #75DFA8 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #75DFA8 is #8A2057. Grayscale: #B9B9B9. Windows color (decimal): -9052248 or 11067253. OLE color: 11067253.

HSL color Cylindrical-coordinate representation of color #75DFA8: hue angle of 148.87º degrees, saturation: 0.62, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #75DFA8 is Cyan = 0.48, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.13.

Color convert

RGB 117 223 168 -
CMYK 0.48 0 0.25 0.13
HSL 148.87º 0.62% 0.67% -
HSV(B) 148.87º 0.48% 0.87% -
XYZ 40.79 59.38 46.36 -
YUV 185.04 118.38 79.47 -
System Red Green Blue C M Y K H S L
Decimal 117 223 168 0.48 0 0.25 0.13 148.87 0.62 0.67
Hex 75 DF A8 30 0 19 D 95 3E 43
Octal 165 337 250 60 0 31 15 225 76 103
Binary 1110101 11011111 10101000 110000 0 11001 1101 10010101 111110 1000011

Color Harmonies of #75DFA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75DFA8

Black with #75DFA8

Text Example


Text Example

White with #75DFA8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,223,168); }

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

background-color css

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

 a { background-color: rgb(117,223,168); }

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

border-color css

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

 span { border-color: rgb(117,223,168); }

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