Html Css Color HEX #75DFA7 Medium Aquamarine

📋 copy color: '#75DFA7'

red 117 ◦ green 223 ◦ blue 167

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

Shades of Medium Aquamarine #75DFA7

Tints of Medium Aquamarine #75DFA7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 32.94%

R = 23.08%
G = 43.98%
B = 32.94%

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

#75DFA7 (or 0x75DFA7) is known color: Medium Aquamarine. HEX triplet: 75, DF and A7. RGB value is (117,223,167). Sum of RGB (Red+Green+Blue) = 117+223+167=507 (67% of max value = 765). Red value is 117 (46.09% from 255 or 23.08% from 507); Green value is 223 (87.5% from 255 or 43.98% from 507); Blue value is 167 (65.62% from 255 or 32.94% from 507); Max value from RGB is 223 - color contains mainly: green. Hex color #75DFA7 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #75DFA7 is #8A2058. Grayscale: #B9B9B9. Windows color (decimal): -9052249 or 11001717. OLE color: 11001717.

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

Color convert

RGB 117 223 167 -
CMYK 0.48 0 0.25 0.13
HSL 148.3º 0.62% 0.67% -
HSV(B) 148.3º 0.48% 0.87% -
XYZ 40.7 59.35 45.87 -
YUV 184.92 117.88 79.55 -
System Red Green Blue C M Y K H S L
Decimal 117 223 167 0.48 0 0.25 0.13 148.3 0.62 0.67
Hex 75 DF A7 30 0 19 D 94 3E 43
Octal 165 337 247 60 0 31 15 224 76 103
Binary 1110101 11011111 10100111 110000 0 11001 1101 10010100 111110 1000011

Color Harmonies of #75DFA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75DFA7

Black with #75DFA7

Text Example


Text Example

White with #75DFA7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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