Html Css Color HEX #75CEAC Medium Aquamarine

📋 copy color: '#75CEAC'

red 117 ◦ green 206 ◦ blue 172

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

Shades of Medium Aquamarine #75CEAC

Tints of Medium Aquamarine #75CEAC

RGB

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

 GREEN value IS 206 (80.86% from 255) = 41.62%

 BLUE value IS 172 (67.58% from 255) = 34.75%

R = 23.64%
G = 41.62%
B = 34.75%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.17

 K value IS 0.19

RGB Variations

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

Color information

#75CEAC (or 0x75CEAC) is known color: Medium Aquamarine. HEX triplet: 75, CE and AC. RGB value is (117,206,172). Sum of RGB (Red+Green+Blue) = 117+206+172=495 (65% of max value = 765). Red value is 117 (46.09% from 255 or 23.64% from 495); Green value is 206 (80.86% from 255 or 41.62% from 495); Blue value is 172 (67.58% from 255 or 34.75% from 495); Max value from RGB is 206 - color contains mainly: green. Hex color #75CEAC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #75CEAC is #8A3153. Grayscale: #AFAFAF. Windows color (decimal): -9056596 or 11325045. OLE color: 11325045.

HSL color Cylindrical-coordinate representation of color #75CEAC: hue angle of 157.08º degrees, saturation: 0.48, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #75CEAC is Cyan = 0.43, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.19.

Color convert

RGB 117 206 172 -
CMYK 0.43 0 0.17 0.19
HSL 157.08º 0.48% 0.63% -
HSV(B) 157.08º 0.43% 0.81% -
XYZ 36.85 50.9 46.91 -
YUV 175.51 126.01 86.26 -
System Red Green Blue C M Y K H S L
Decimal 117 206 172 0.43 0 0.17 0.19 157.08 0.48 0.63
Hex 75 CE AC 2B 0 11 13 9D 30 3F
Octal 165 316 254 53 0 21 23 235 60 77
Binary 1110101 11001110 10101100 101011 0 10001 10011 10011101 110000 111111

Color Harmonies of #75CEAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75CEAC

Black with #75CEAC

Text Example


Text Example

White with #75CEAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,206,172); }

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

background-color css

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

 a { background-color: rgb(117,206,172); }

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

border-color css

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

 span { border-color: rgb(117,206,172); }

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