Html Css Color HEX #75DFA2 Medium Aquamarine

📋 copy color: '#75DFA2'

red 117 ◦ green 223 ◦ blue 162

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

Shades of Medium Aquamarine #75DFA2

Tints of Medium Aquamarine #75DFA2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 32.27%

R = 23.31%
G = 44.42%
B = 32.27%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.27

 K value IS 0.13

RGB Variations

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

Color information

#75DFA2 (or 0x75DFA2) is known color: Medium Aquamarine. HEX triplet: 75, DF and A2. RGB value is (117,223,162). Sum of RGB (Red+Green+Blue) = 117+223+162=502 (66% of max value = 765). Red value is 117 (46.09% from 255 or 23.31% from 502); Green value is 223 (87.5% from 255 or 44.42% from 502); Blue value is 162 (63.67% from 255 or 32.27% from 502); Max value from RGB is 223 - color contains mainly: green. Hex color #75DFA2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #75DFA2 is #8A205D. Grayscale: #B8B8B8. Windows color (decimal): -9052254 or 10674037. OLE color: 10674037.

HSL color Cylindrical-coordinate representation of color #75DFA2: hue angle of 145.47º 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 #75DFA2 is Cyan = 0.48, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.13.

Color convert

RGB 117 223 162 -
CMYK 0.48 0 0.27 0.13
HSL 145.47º 0.62% 0.67% -
HSV(B) 145.47º 0.48% 0.87% -
XYZ 40.25 59.17 43.48 -
YUV 184.35 115.38 79.96 -
System Red Green Blue C M Y K H S L
Decimal 117 223 162 0.48 0 0.27 0.13 145.47 0.62 0.67
Hex 75 DF A2 30 0 1B D 91 3E 43
Octal 165 337 242 60 0 33 15 221 76 103
Binary 1110101 11011111 10100010 110000 0 11011 1101 10010001 111110 1000011

Color Harmonies of #75DFA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75DFA2

Black with #75DFA2

Text Example


Text Example

White with #75DFA2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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