Html Css Color HEX #4BB488 Ocean Green

📋 copy color: '#4BB488'

red 75 ◦ green 180 ◦ blue 136

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

Shades of Ocean Green #4BB488

Tints of Ocean Green #4BB488

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 34.78%

R = 19.18%
G = 46.04%
B = 34.78%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.24

 K value IS 0.29

RGB Variations

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

Color information

#4BB488 (or 0x4BB488) is known color: Ocean Green. HEX triplet: 4B, B4 and 88. RGB value is (75,180,136). Sum of RGB (Red+Green+Blue) = 75+180+136=391 (51% of max value = 765). Red value is 75 (29.69% from 255 or 19.18% from 391); Green value is 180 (70.70% from 255 or 46.04% from 391); Blue value is 136 (53.52% from 255 or 34.78% from 391); Max value from RGB is 180 - color contains mainly: green. Hex color #4BB488 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4BB488 is #B44B77. Grayscale: #8F8F8F. Windows color (decimal): -11815800 or 8959051. OLE color: 8959051.

HSL color Cylindrical-coordinate representation of color #4BB488: hue angle of 154.86º 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 #4BB488 is Cyan = 0.58, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.29.

Color convert

RGB 75 180 136 -
CMYK 0.58 0 0.24 0.29
HSL 154.86º 0.41% 0.5% -
HSV(B) 154.86º 0.58% 0.71% -
XYZ 23.67 35.92 28.98 -
YUV 143.59 123.71 79.08 -
System Red Green Blue C M Y K H S L
Decimal 75 180 136 0.58 0 0.24 0.29 154.86 0.41 0.5
Hex 4B B4 88 3A 0 18 1D 9B 29 32
Octal 113 264 210 72 0 30 35 233 51 62
Binary 1001011 10110100 10001000 111010 0 11000 11101 10011011 101001 110010

Color Harmonies of #4BB488

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4BB488

Black with #4BB488

Text Example


Text Example

White with #4BB488

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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