#4BAD83

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

Shades of Ocean Green #4BAD83

Tints of Ocean Green #4BAD83

Color information

#4BAD83 (or 0x4BAD83) is unknown color: approx Ocean Green. HEX triplet: 4B, AD and 83. RGB value is (75,173,131). Sum of RGB (Red+Green+Blue) = 75+173+131=379 (50% of max value = 765). Red value is 75 (29.69% from 255 or 19.79% from 379); Green value is 173 (67.97% from 255 or 45.65% from 379); Blue value is 131 (51.56% from 255 or 34.56% from 379); Max value from RGB is 173 - color contains mainly: green. Hex color #4BAD83 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4BAD83 is #B4527C. Grayscale: #8A8A8A. Windows color (decimal): -11817597 or 8629579. OLE color: 8629579.

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

Color convert

RGB75173131-
CMYK0.5700.240.32
HSL154.29º39.52%48.63%-
HSV(B)154.29º56.65%67.84%-
XYZ21.9433.0226.69-
YUV138.91123.5382.42-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 19.79%
GREEN value IS 173 (67.97% from 255) = 45.65%
BLUE value IS 131 (51.56% from 255) = 34.56%
R=19.79%
G=45.65%
B=34.56%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal751731310.5700.240.32154.2939.5248.63
Hex4BAD8339018209a2831
Octal11325520371030402325061
Binary1001011101011011000001111100101100010000010011010101000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BAD83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,173,131); }

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

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

 a { background-color: rgb(75,173,131); }

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

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

 span { border-color: rgb(75,173,131); }

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