#4BAF87

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

Shades of Ocean Green #4BAF87

Tints of Ocean Green #4BAF87

Color information

#4BAF87 (or 0x4BAF87) is unknown color: approx Ocean Green. HEX triplet: 4B, AF and 87. RGB value is (75,175,135). Sum of RGB (Red+Green+Blue) = 75+175+135=385 (50% of max value = 765). Red value is 75 (29.69% from 255 or 19.48% from 385); Green value is 175 (68.75% from 255 or 45.45% from 385); Blue value is 135 (53.12% from 255 or 35.06% from 385); Max value from RGB is 175 - color contains mainly: green. Hex color #4BAF87 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4BAF87 is #B45078. Grayscale: #8C8C8C. Windows color (decimal): -11817081 or 8892235. OLE color: 8892235.

HSL color Cylindrical-coordinate representation of color #4BAF87: hue angle of 156º degrees, saturation: 0.4, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #4BAF87 is Cyan = 0.57, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.31.

Color convert

RGB75175135-
CMYK0.5700.230.31
HSL156º40%49.02%-
HSV(B)156º57.14%68.63%-
XYZ22.633.9128.27-
YUV140.54124.8781.25-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 19.48%
GREEN value IS 175 (68.75% from 255) = 45.45%
BLUE value IS 135 (53.12% from 255) = 35.06%
R=19.48%
G=45.45%
B=35.06%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal751751350.5700.230.311564049.02
Hex4BAF87390171F9c2831
Octal11325720771027372345061
Binary100101110101111100001111110010101111111110011100101000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BAF87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,175,135); }

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

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

 a { background-color: rgb(75,175,135); }

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

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

 span { border-color: rgb(75,175,135); }

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