Html Css Color HEX #75CFAB Medium Aquamarine

📋 copy color: '#75CFAB'

red 117 ◦ green 207 ◦ blue 171

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

Shades of Medium Aquamarine #75CFAB

Tints of Medium Aquamarine #75CFAB

RGB

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

 GREEN value IS 207 (81.25% from 255) = 41.82%

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

R = 23.64%
G = 41.82%
B = 34.55%

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

#75CFAB (or 0x75CFAB) is known color: Medium Aquamarine. HEX triplet: 75, CF and AB. RGB value is (117,207,171). Sum of RGB (Red+Green+Blue) = 117+207+171=495 (65% of max value = 765). Red value is 117 (46.09% from 255 or 23.64% from 495); Green value is 207 (81.25% from 255 or 41.82% from 495); Blue value is 171 (67.19% from 255 or 34.55% from 495); Max value from RGB is 207 - color contains mainly: green. Hex color #75CFAB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #75CFAB is #8A3054. Grayscale: #B0B0B0. Windows color (decimal): -9056341 or 11259765. OLE color: 11259765.

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

Color convert

RGB 117 207 171 -
CMYK 0.43 0 0.17 0.19
HSL 156º 0.48% 0.64% -
HSV(B) 156º 0.43% 0.81% -
XYZ 37 51.35 46.49 -
YUV 175.99 125.18 85.93 -
System Red Green Blue C M Y K H S L
Decimal 117 207 171 0.43 0 0.17 0.19 156 0.48 0.64
Hex 75 CF AB 2B 0 11 13 9C 30 40
Octal 165 317 253 53 0 21 23 234 60 100
Binary 1110101 11001111 10101011 101011 0 10001 10011 10011100 110000 1000000

Color Harmonies of #75CFAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75CFAB

Black with #75CFAB

Text Example


Text Example

White with #75CFAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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