#4BAF84

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

Shades of Ocean Green #4BAF84

Tints of Ocean Green #4BAF84

Color information

#4BAF84 (or 0x4BAF84) is unknown color: approx Ocean Green. HEX triplet: 4B, AF and 84. RGB value is (75,175,132). Sum of RGB (Red+Green+Blue) = 75+175+132=382 (50% of max value = 765). Red value is 75 (29.69% from 255 or 19.63% from 382); Green value is 175 (68.75% from 255 or 45.81% from 382); Blue value is 132 (51.95% from 255 or 34.55% from 382); Max value from RGB is 175 - color contains mainly: green. Hex color #4BAF84 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4BAF84 is #B4507B. Grayscale: #8C8C8C. Windows color (decimal): -11817084 or 8695627. OLE color: 8695627.

HSL color Cylindrical-coordinate representation of color #4BAF84: hue angle of 154.2º 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 #4BAF84 is Cyan = 0.57, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.31.

Color convert

RGB75175132-
CMYK0.5700.250.31
HSL154.2º40%49.02%-
HSV(B)154.2º57.14%68.63%-
XYZ22.433.8227.18-
YUV140.2123.3781.5-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 19.63%
GREEN value IS 175 (68.75% from 255) = 45.81%
BLUE value IS 132 (51.95% from 255) = 34.55%
R=19.63%
G=45.81%
B=34.55%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal751751320.5700.250.31154.24049.02
Hex4BAF84390191F9a2831
Octal11325720471031372325061
Binary100101110101111100001001110010110011111110011010101000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BAF84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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