Html Css Color HEX #75DCB1 Medium Aquamarine

📋 copy color: '#75DCB1'

red 117 ◦ green 220 ◦ blue 177

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

Shades of Medium Aquamarine #75DCB1

Tints of Medium Aquamarine #75DCB1

RGB

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

 GREEN value IS 220 (86.33% from 255) = 42.8%

 BLUE value IS 177 (69.53% from 255) = 34.44%

R = 22.76%
G = 42.8%
B = 34.44%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.20

 K value IS 0.14

RGB Variations

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

Color information

#75DCB1 (or 0x75DCB1) is known color: Medium Aquamarine. HEX triplet: 75, DC and B1. RGB value is (117,220,177). Sum of RGB (Red+Green+Blue) = 117+220+177=514 (68% of max value = 765). Red value is 117 (46.09% from 255 or 22.76% from 514); Green value is 220 (86.33% from 255 or 42.80% from 514); Blue value is 177 (69.53% from 255 or 34.44% from 514); Max value from RGB is 220 - color contains mainly: green. Hex color #75DCB1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #75DCB1 is #8A234E. Grayscale: #B8B8B8. Windows color (decimal): -9053007 or 11656309. OLE color: 11656309.

HSL color Cylindrical-coordinate representation of color #75DCB1: hue angle of 154.95º degrees, saturation: 0.6, 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 #75DCB1 is Cyan = 0.47, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.14.

Color convert

RGB 117 220 177 -
CMYK 0.47 0 0.20 0.14
HSL 154.95º 0.6% 0.66% -
HSV(B) 154.95º 0.47% 0.86% -
XYZ 40.87 58.14 50.66 -
YUV 184.3 123.88 80 -
System Red Green Blue C M Y K H S L
Decimal 117 220 177 0.47 0 0.20 0.14 154.95 0.6 0.66
Hex 75 DC B1 2F 0 14 E 9B 3C 42
Octal 165 334 261 57 0 24 16 233 74 102
Binary 1110101 11011100 10110001 101111 0 10100 1110 10011011 111100 1000010

Color Harmonies of #75DCB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75DCB1

Black with #75DCB1

Text Example


Text Example

White with #75DCB1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,220,177); }

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

background-color css

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

 a { background-color: rgb(117,220,177); }

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

border-color css

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

 span { border-color: rgb(117,220,177); }

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