Html Css Color HEX #50CF9C Medium Aquamarine

📋 copy color: '#50CF9C'

red 80 ◦ green 207 ◦ blue 156

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

Shades of Medium Aquamarine #50CF9C

Tints of Medium Aquamarine #50CF9C

RGB

 RED value IS 80 (31.64% from 255) = 18.06%

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

 BLUE value IS 156 (61.33% from 255) = 35.21%

R = 18.06%
G = 46.73%
B = 35.21%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.25

 K value IS 0.19

RGB Variations

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

Color information

#50CF9C (or 0x50CF9C) is known color: Medium Aquamarine. HEX triplet: 50, CF and 9C. RGB value is (80,207,156). Sum of RGB (Red+Green+Blue) = 80+207+156=443 (58% of max value = 765). Red value is 80 (31.64% from 255 or 18.06% from 443); Green value is 207 (81.25% from 255 or 46.73% from 443); Blue value is 156 (61.33% from 255 or 35.21% from 443); Max value from RGB is 207 - color contains mainly: green. Hex color #50CF9C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #50CF9C is #AF3063. Grayscale: #A3A3A3. Windows color (decimal): -11481188 or 10276688. OLE color: 10276688.

HSL color Cylindrical-coordinate representation of color #50CF9C: hue angle of 155.91º degrees, saturation: 0.57, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #50CF9C is Cyan = 0.61, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.19.

Color convert

RGB 80 207 156 -
CMYK 0.61 0 0.25 0.19
HSL 155.91º 0.57% 0.56% -
HSV(B) 155.91º 0.61% 0.81% -
XYZ 31.62 48.73 39.19 -
YUV 163.21 123.92 68.65 -
System Red Green Blue C M Y K H S L
Decimal 80 207 156 0.61 0 0.25 0.19 155.91 0.57 0.56
Hex 50 CF 9C 3D 0 19 13 9C 39 38
Octal 120 317 234 75 0 31 23 234 71 70
Binary 1010000 11001111 10011100 111101 0 11001 10011 10011100 111001 111000

Color Harmonies of #50CF9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50CF9C

Black with #50CF9C

Text Example


Text Example

White with #50CF9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #50CF9C; }

 p { color: rgb(80,207,156); }

 H1.HeaderClassName
 {
   color: #50CF9C;
 }
 .AnyTagClassName
 {
   color: #50CF9C;
 }
</style>

background-color css

<style>
 a { background-color: #50CF9C; }

 a { background-color: rgb(80,207,156); }

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

border-color css

<style>
 span { border-color: #50CF9C; }

 span { border-color: rgb(80,207,156); }

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