#4BAD7E

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

Shades of Ocean Green #4BAD7E

Tints of Ocean Green #4BAD7E

Color information

#4BAD7E (or 0x4BAD7E) is unknown color: approx Ocean Green. HEX triplet: 4B, AD and 7E. RGB value is (75,173,126). Sum of RGB (Red+Green+Blue) = 75+173+126=374 (49% of max value = 765). Red value is 75 (29.69% from 255 or 20.05% from 374); Green value is 173 (67.97% from 255 or 46.26% from 374); Blue value is 126 (49.61% from 255 or 33.69% from 374); Max value from RGB is 173 - color contains mainly: green. Hex color #4BAD7E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4BAD7E is #B45281. Grayscale: #8A8A8A. Windows color (decimal): -11817602 or 8301899. OLE color: 8301899.

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

Color convert

RGB75173126-
CMYK0.5700.270.32
HSL151.22º39.52%48.63%-
HSV(B)151.22º56.65%67.84%-
XYZ21.6132.8924.95-
YUV138.34121.0382.82-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 20.05%
GREEN value IS 173 (67.97% from 255) = 46.26%
BLUE value IS 126 (49.61% from 255) = 33.69%
R=20.05%
G=46.26%
B=33.69%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal751731260.5700.270.32151.2239.5248.63
Hex4BAD7E3901B20972831
Octal11325517671033402275061
Binary100101110101101111111011100101101110000010010111101000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BAD7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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