Html Css Color HEX #4BD1B1 Medium Aquamarine

📋 copy color: '#4BD1B1'

red 75 ◦ green 209 ◦ blue 177

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

Shades of Medium Aquamarine #4BD1B1

Tints of Medium Aquamarine #4BD1B1

RGB

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

 GREEN value IS 209 (82.03% from 255) = 45.34%

 BLUE value IS 177 (69.53% from 255) = 38.39%

R = 16.27%
G = 45.34%
B = 38.39%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.15

 K value IS 0.18

RGB Variations

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

Color information

#4BD1B1 (or 0x4BD1B1) is known color: Medium Aquamarine. HEX triplet: 4B, D1 and B1. RGB value is (75,209,177). Sum of RGB (Red+Green+Blue) = 75+209+177=461 (61% of max value = 765). Red value is 75 (29.69% from 255 or 16.27% from 461); Green value is 209 (82.03% from 255 or 45.34% from 461); Blue value is 177 (69.53% from 255 or 38.39% from 461); Max value from RGB is 209 - color contains mainly: green. Hex color #4BD1B1 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4BD1B1 is #B42E4E. Grayscale: #A5A5A5. Windows color (decimal): -11808335 or 11653451. OLE color: 11653451.

HSL color Cylindrical-coordinate representation of color #4BD1B1: hue angle of 165.67º degrees, saturation: 0.59, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4BD1B1 is Cyan = 0.64, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.18.

Color convert

RGB 75 209 177 -
CMYK 0.64 0 0.15 0.18
HSL 165.67º 0.59% 0.56% -
HSV(B) 165.67º 0.64% 0.82% -
XYZ 33.64 50.27 49.53 -
YUV 165.29 134.61 63.6 -
System Red Green Blue C M Y K H S L
Decimal 75 209 177 0.64 0 0.15 0.18 165.67 0.59 0.56
Hex 4B D1 B1 40 0 F 12 A6 3B 38
Octal 113 321 261 100 0 17 22 246 73 70
Binary 1001011 11010001 10110001 1000000 0 1111 10010 10100110 111011 111000

Color Harmonies of #4BD1B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4BD1B1

Black with #4BD1B1

Text Example


Text Example

White with #4BD1B1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,209,177); }

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

background-color css

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

 a { background-color: rgb(75,209,177); }

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

border-color css

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

 span { border-color: rgb(75,209,177); }

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