Html Css Color HEX #4BDCB0 Medium Aquamarine

📋 copy color: '#4BDCB0'

red 75 ◦ green 220 ◦ blue 176

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

Shades of Medium Aquamarine #4BDCB0

Tints of Medium Aquamarine #4BDCB0

RGB

 RED value IS 75 (29.69% from 255) = 15.92%

 GREEN value IS 220 (86.33% from 255) = 46.71%

 BLUE value IS 176 (69.14% from 255) = 37.37%

R = 15.92%
G = 46.71%
B = 37.37%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.2

 K value IS 0.14

RGB Variations

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

Color information

#4BDCB0 (or 0x4BDCB0) is known color: Medium Aquamarine. HEX triplet: 4B, DC and B0. RGB value is (75,220,176). Sum of RGB (Red+Green+Blue) = 75+220+176=471 (62% of max value = 765). Red value is 75 (29.69% from 255 or 15.92% from 471); Green value is 220 (86.33% from 255 or 46.71% from 471); Blue value is 176 (69.14% from 255 or 37.37% from 471); Max value from RGB is 220 - color contains mainly: green. Hex color #4BDCB0 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4BDCB0 is #B4234F. Grayscale: #ABABAB. Windows color (decimal): -11805520 or 11590731. OLE color: 11590731.

HSL color Cylindrical-coordinate representation of color #4BDCB0: hue angle of 161.79º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4BDCB0 is Cyan = 0.66, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.14.

Color convert

RGB 75 220 176 -
CMYK 0.66 0 0.2 0.14
HSL 161.79º 0.67% 0.58% -
HSV(B) 161.79º 0.66% 0.86% -
XYZ 36.33 55.82 49.93 -
YUV 171.63 130.46 59.08 -
System Red Green Blue C M Y K H S L
Decimal 75 220 176 0.66 0 0.2 0.14 161.79 0.67 0.58
Hex 4B DC B0 42 0 14 E A2 43 3A
Octal 113 334 260 102 0 24 16 242 103 72
Binary 1001011 11011100 10110000 1000010 0 10100 1110 10100010 1000011 111010

Color Harmonies of #4BDCB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4BDCB0

Black with #4BDCB0

Text Example


Text Example

White with #4BDCB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4BDCB0; }

 p { color: rgb(75,220,176); }

 H1.HeaderClassName
 {
   color: #4BDCB0;
 }
 .AnyTagClassName
 {
   color: #4BDCB0;
 }
</style>

background-color css

<style>
 a { background-color: #4BDCB0; }

 a { background-color: rgb(75,220,176); }

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

border-color css

<style>
 span { border-color: #4BDCB0; }

 span { border-color: rgb(75,220,176); }

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