#4BBF8A

Color #4BBF8A Emerald (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Emerald #4BBF8A

Tints of Emerald #4BBF8A

Color information

#4BBF8A (or 0x4BBF8A) is unknown color: approx Emerald. HEX triplet: 4B, BF and 8A. RGB value is (75,191,138). Sum of RGB (Red+Green+Blue) = 75+191+138=404 (53% of max value = 765). Red value is 75 (29.69% from 255 or 18.56% from 404); Green value is 191 (75% from 255 or 47.28% from 404); Blue value is 138 (54.30% from 255 or 34.16% from 404); Max value from RGB is 191 - color contains mainly: green. Hex color #4BBF8A is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4BBF8A is #B44075. Grayscale: #969696. Windows color (decimal): -11812982 or 9092939. OLE color: 9092939.

HSL color Cylindrical-coordinate representation of color #4BBF8A: hue angle of 152.59º degrees, saturation: 0.48, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4BBF8A is Cyan = 0.61, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.25.

Color convert

RGB75191138-
CMYK0.6100.280.25
HSL152.59º47.54%52.16%-
HSV(B)152.59º60.73%74.9%-
XYZ26.1240.5930.5-
YUV150.27121.0774.31-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 18.56%
GREEN value IS 191 (75% from 255) = 47.28%
BLUE value IS 138 (54.30% from 255) = 34.16%
R=18.56%
G=47.28%
B=34.16%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal751911380.6100.280.25152.5947.5452.16
Hex4BBF8A3D01C19993034
Octal11327721275034312316064
Binary100101110111111100010101111010111001100110011001110000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BBF8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,191,138); }

 H1.HeaderClassName
 {
   color: #4BBF8A;
 }
 .AnyTagClassName
 {
   color: #4BBF8A;
 }
</style>
background-color css

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

 a { background-color: rgb(75,191,138); }

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

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

 span { border-color: rgb(75,191,138); }

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