Html Css Color HEX #75DB9C Medium Aquamarine

📋 copy color: '#75DB9C'

red 117 ◦ green 219 ◦ blue 156

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

Shades of Medium Aquamarine #75DB9C

Tints of Medium Aquamarine #75DB9C

RGB

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

 GREEN value IS 219 (85.94% from 255) = 44.51%

 BLUE value IS 156 (61.33% from 255) = 31.71%

R = 23.78%
G = 44.51%
B = 31.71%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.29

 K value IS 0.14

RGB Variations

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

Color information

#75DB9C (or 0x75DB9C) is known color: Medium Aquamarine. HEX triplet: 75, DB and 9C. RGB value is (117,219,156). Sum of RGB (Red+Green+Blue) = 117+219+156=492 (65% of max value = 765). Red value is 117 (46.09% from 255 or 23.78% from 492); Green value is 219 (85.94% from 255 or 44.51% from 492); Blue value is 156 (61.33% from 255 or 31.71% from 492); Max value from RGB is 219 - color contains mainly: green. Hex color #75DB9C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #75DB9C is #8A2463. Grayscale: #B5B5B5. Windows color (decimal): -9053284 or 10279797. OLE color: 10279797.

HSL color Cylindrical-coordinate representation of color #75DB9C: hue angle of 142.94º degrees, saturation: 0.59, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #75DB9C is Cyan = 0.47, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.14.

Color convert

RGB 117 219 156 -
CMYK 0.47 0 0.29 0.14
HSL 142.94º 0.59% 0.66% -
HSV(B) 142.94º 0.47% 0.86% -
XYZ 38.67 56.85 40.39 -
YUV 181.32 113.71 82.12 -
System Red Green Blue C M Y K H S L
Decimal 117 219 156 0.47 0 0.29 0.14 142.94 0.59 0.66
Hex 75 DB 9C 2F 0 1D E 8F 3B 42
Octal 165 333 234 57 0 35 16 217 73 102
Binary 1110101 11011011 10011100 101111 0 11101 1110 10001111 111011 1000010

Color Harmonies of #75DB9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75DB9C

Black with #75DB9C

Text Example


Text Example

White with #75DB9C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,219,156); }

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

background-color css

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

 a { background-color: rgb(117,219,156); }

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

border-color css

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

 span { border-color: rgb(117,219,156); }

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