Html Css Color HEX #75D6B2 Medium Aquamarine

📋 copy color: '#75D6B2'

red 117 ◦ green 214 ◦ blue 178

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

Shades of Medium Aquamarine #75D6B2

Tints of Medium Aquamarine #75D6B2

RGB

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

 GREEN value IS 214 (83.98% from 255) = 42.04%

 BLUE value IS 178 (69.92% from 255) = 34.97%

R = 22.99%
G = 42.04%
B = 34.97%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.17

 K value IS 0.16

RGB Variations

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

Color information

#75D6B2 (or 0x75D6B2) is known color: Medium Aquamarine. HEX triplet: 75, D6 and B2. RGB value is (117,214,178). Sum of RGB (Red+Green+Blue) = 117+214+178=509 (67% of max value = 765). Red value is 117 (46.09% from 255 or 22.99% from 509); Green value is 214 (83.98% from 255 or 42.04% from 509); Blue value is 178 (69.92% from 255 or 34.97% from 509); Max value from RGB is 214 - color contains mainly: green. Hex color #75D6B2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #75D6B2 is #8A294D. Grayscale: #B4B4B4. Windows color (decimal): -9054542 or 11720309. OLE color: 11720309.

HSL color Cylindrical-coordinate representation of color #75D6B2: hue angle of 157.73º degrees, saturation: 0.54, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #75D6B2 is Cyan = 0.45, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.16.

Color convert

RGB 117 214 178 -
CMYK 0.45 0 0.17 0.16
HSL 157.73º 0.54% 0.65% -
HSV(B) 157.73º 0.45% 0.84% -
XYZ 39.42 55.09 50.68 -
YUV 180.89 126.36 82.43 -
System Red Green Blue C M Y K H S L
Decimal 117 214 178 0.45 0 0.17 0.16 157.73 0.54 0.65
Hex 75 D6 B2 2D 0 11 10 9E 36 41
Octal 165 326 262 55 0 21 20 236 66 101
Binary 1110101 11010110 10110010 101101 0 10001 10000 10011110 110110 1000001

Color Harmonies of #75D6B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75D6B2

Black with #75D6B2

Text Example


Text Example

White with #75D6B2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,214,178); }

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

background-color css

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

 a { background-color: rgb(117,214,178); }

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

border-color css

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

 span { border-color: rgb(117,214,178); }

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