Html Css Color HEX #75CEA8 Medium Aquamarine

📋 copy color: '#75CEA8'

red 117 ◦ green 206 ◦ blue 168

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

Shades of Medium Aquamarine #75CEA8

Tints of Medium Aquamarine #75CEA8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 34.22%

R = 23.83%
G = 41.96%
B = 34.22%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.18

 K value IS 0.19

RGB Variations

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

Color information

#75CEA8 (or 0x75CEA8) is known color: Medium Aquamarine. HEX triplet: 75, CE and A8. RGB value is (117,206,168). Sum of RGB (Red+Green+Blue) = 117+206+168=491 (65% of max value = 765). Red value is 117 (46.09% from 255 or 23.83% from 491); Green value is 206 (80.86% from 255 or 41.96% from 491); Blue value is 168 (66.02% from 255 or 34.22% from 491); Max value from RGB is 206 - color contains mainly: green. Hex color #75CEA8 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #75CEA8 is #8A3157. Grayscale: #AFAFAF. Windows color (decimal): -9056600 or 11062901. OLE color: 11062901.

HSL color Cylindrical-coordinate representation of color #75CEA8: hue angle of 154.38º 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 #75CEA8 is Cyan = 0.43, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.19.

Color convert

RGB 117 206 168 -
CMYK 0.43 0 0.18 0.19
HSL 154.38º 0.48% 0.63% -
HSV(B) 154.38º 0.43% 0.81% -
XYZ 36.48 50.75 44.92 -
YUV 175.06 124.01 86.59 -
System Red Green Blue C M Y K H S L
Decimal 117 206 168 0.43 0 0.18 0.19 154.38 0.48 0.63
Hex 75 CE A8 2B 0 12 13 9A 30 3F
Octal 165 316 250 53 0 22 23 232 60 77
Binary 1110101 11001110 10101000 101011 0 10010 10011 10011010 110000 111111

Color Harmonies of #75CEA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75CEA8

Black with #75CEA8

Text Example


Text Example

White with #75CEA8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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