Html Css Color HEX #4FB488 Ocean Green

📋 copy color: '#4FB488'

red 79 ◦ green 180 ◦ blue 136

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

Shades of Ocean Green #4FB488

Tints of Ocean Green #4FB488

RGB

 RED value IS 79 (31.25% from 255) = 20%

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

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

R = 20%
G = 45.57%
B = 34.43%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.24

 K value IS 0.29

RGB Variations

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

Color information

#4FB488 (or 0x4FB488) is known color: Ocean Green. HEX triplet: 4F, B4 and 88. RGB value is (79,180,136). Sum of RGB (Red+Green+Blue) = 79+180+136=395 (52% of max value = 765). Red value is 79 (31.25% from 255 or 20% from 395); Green value is 180 (70.70% from 255 or 45.57% from 395); Blue value is 136 (53.52% from 255 or 34.43% from 395); Max value from RGB is 180 - color contains mainly: green. Hex color #4FB488 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4FB488 is #B04B77. Grayscale: #909090. Windows color (decimal): -11553656 or 8959055. OLE color: 8959055.

HSL color Cylindrical-coordinate representation of color #4FB488: hue angle of 153.86º degrees, saturation: 0.4, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #4FB488 is Cyan = 0.56, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.29.

Color convert

RGB 79 180 136 -
CMYK 0.56 0 0.24 0.29
HSL 153.86º 0.4% 0.51% -
HSV(B) 153.86º 0.56% 0.71% -
XYZ 23.99 36.08 28.99 -
YUV 144.79 123.04 81.08 -
System Red Green Blue C M Y K H S L
Decimal 79 180 136 0.56 0 0.24 0.29 153.86 0.4 0.51
Hex 4F B4 88 38 0 18 1D 9A 28 33
Octal 117 264 210 70 0 30 35 232 50 63
Binary 1001111 10110100 10001000 111000 0 11000 11101 10011010 101000 110011

Color Harmonies of #4FB488

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4FB488

Black with #4FB488

Text Example


Text Example

White with #4FB488

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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