#4BB87F

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

Shades of Ocean Green #4BB87F

Tints of Ocean Green #4BB87F

Color information

#4BB87F (or 0x4BB87F) is unknown color: approx Ocean Green. HEX triplet: 4B, B8 and 7F. RGB value is (75,184,127). Sum of RGB (Red+Green+Blue) = 75+184+127=386 (51% of max value = 765). Red value is 75 (29.69% from 255 or 19.43% from 386); Green value is 184 (72.27% from 255 or 47.67% from 386); Blue value is 127 (50% from 255 or 32.90% from 386); Max value from RGB is 184 - color contains mainly: green. Hex color #4BB87F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4BB87F is #B44780. Grayscale: #919191. Windows color (decimal): -11814785 or 8370251. OLE color: 8370251.

HSL color Cylindrical-coordinate representation of color #4BB87F: hue angle of 148.62º degrees, saturation: 0.43, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4BB87F is Cyan = 0.59, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.28.

Color convert

RGB75184127-
CMYK0.5900.310.28
HSL148.62º43.43%50.78%-
HSV(B)148.62º59.24%72.16%-
XYZ23.8737.3126.02-
YUV144.91117.8978.13-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 19.43%
GREEN value IS 184 (72.27% from 255) = 47.67%
BLUE value IS 127 (50% from 255) = 32.90%
R=19.43%
G=47.67%
B=32.90%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal751841270.5900.310.28148.6243.4350.78
Hex4BB87F3B01F1C952b33
Octal11327017773037342255363
Binary10010111011100011111111110110111111110010010101101011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BB87F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,184,127); }

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

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

 a { background-color: rgb(75,184,127); }

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

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

 span { border-color: rgb(75,184,127); }

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