Html Css Color HEX #4BB486 Ocean Green

📋 copy color: '#4BB486'

red 75 ◦ green 180 ◦ blue 134

#4BB486
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Ocean Green #4BB486

Tints of Ocean Green #4BB486

RGB

 RED value IS 75 (29.69% from 255) = 19.28%

 GREEN value IS 180 (70.7% from 255) = 46.27%

 BLUE value IS 134 (52.73% from 255) = 34.45%

R = 19.28%
G = 46.27%
B = 34.45%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.26

 K value IS 0.29

RGB Variations

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

Color information

#4BB486 (or 0x4BB486) is known color: Ocean Green. HEX triplet: 4B, B4 and 86. RGB value is (75,180,134). Sum of RGB (Red+Green+Blue) = 75+180+134=389 (51% of max value = 765). Red value is 75 (29.69% from 255 or 19.28% from 389); Green value is 180 (70.70% from 255 or 46.27% from 389); Blue value is 134 (52.73% from 255 or 34.45% from 389); Max value from RGB is 180 - color contains mainly: green. Hex color #4BB486 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4BB486 is #B44B79. Grayscale: #8F8F8F. Windows color (decimal): -11815802 or 8827979. OLE color: 8827979.

HSL color Cylindrical-coordinate representation of color #4BB486: hue angle of 153.71º degrees, saturation: 0.41, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4BB486 is Cyan = 0.58, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.29.

Color convert

RGB 75 180 134 -
CMYK 0.58 0 0.26 0.29
HSL 153.71º 0.41% 0.5% -
HSV(B) 153.71º 0.58% 0.71% -
XYZ 23.53 35.86 28.24 -
YUV 143.36 122.71 79.24 -
System Red Green Blue C M Y K H S L
Decimal 75 180 134 0.58 0 0.26 0.29 153.71 0.41 0.5
Hex 4B B4 86 3A 0 1A 1D 9A 29 32
Octal 113 264 206 72 0 32 35 232 51 62
Binary 1001011 10110100 10000110 111010 0 11010 11101 10011010 101001 110010

Color Harmonies of #4BB486

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4BB486

Black with #4BB486

Text Example


Text Example

White with #4BB486

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,180,134); }

 H1.HeaderClassName
 {
   color: #4BB486;
 }
 .AnyTagClassName
 {
   color: #4BB486;
 }
</style>

background-color css

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

 a { background-color: rgb(75,180,134); }

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

border-color css

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

 span { border-color: rgb(75,180,134); }

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