Html Css Color HEX #75CBAB Medium Aquamarine

📋 copy color: '#75CBAB'

red 117 ◦ green 203 ◦ blue 171

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

Shades of Medium Aquamarine #75CBAB

Tints of Medium Aquamarine #75CBAB

RGB

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

 GREEN value IS 203 (79.69% from 255) = 41.34%

 BLUE value IS 171 (67.19% from 255) = 34.83%

R = 23.83%
G = 41.34%
B = 34.83%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.16

 K value IS 0.20

RGB Variations

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

Color information

#75CBAB (or 0x75CBAB) is known color: Medium Aquamarine. HEX triplet: 75, CB and AB. RGB value is (117,203,171). Sum of RGB (Red+Green+Blue) = 117+203+171=491 (65% of max value = 765). Red value is 117 (46.09% from 255 or 23.83% from 491); Green value is 203 (79.69% from 255 or 41.34% from 491); Blue value is 171 (67.19% from 255 or 34.83% from 491); Max value from RGB is 203 - color contains mainly: green. Hex color #75CBAB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #75CBAB is #8A3454. Grayscale: #ADADAD. Windows color (decimal): -9057365 or 11258741. OLE color: 11258741.

HSL color Cylindrical-coordinate representation of color #75CBAB: hue angle of 157.67º degrees, saturation: 0.45, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #75CBAB is Cyan = 0.42, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.20.

Color convert

RGB 117 203 171 -
CMYK 0.42 0 0.16 0.20
HSL 157.67º 0.45% 0.63% -
HSV(B) 157.67º 0.42% 0.8% -
XYZ 36.04 49.43 46.17 -
YUV 173.64 126.51 87.6 -
System Red Green Blue C M Y K H S L
Decimal 117 203 171 0.42 0 0.16 0.20 157.67 0.45 0.63
Hex 75 CB AB 2A 0 10 14 9E 2D 3F
Octal 165 313 253 52 0 20 24 236 55 77
Binary 1110101 11001011 10101011 101010 0 10000 10100 10011110 101101 111111

Color Harmonies of #75CBAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75CBAB

Black with #75CBAB

Text Example


Text Example

White with #75CBAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,203,171); }

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

background-color css

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

 a { background-color: rgb(117,203,171); }

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

border-color css

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

 span { border-color: rgb(117,203,171); }

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