Html Css Color HEX #4FB087 Ocean Green

📋 copy color: '#4FB087'

red 79 ◦ green 176 ◦ blue 135

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

Shades of Ocean Green #4FB087

Tints of Ocean Green #4FB087

RGB

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

 GREEN value IS 176 (69.14% from 255) = 45.13%

 BLUE value IS 135 (53.13% from 255) = 34.62%

R = 20.26%
G = 45.13%
B = 34.62%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.23

 K value IS 0.31

RGB Variations

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

Color information

#4FB087 (or 0x4FB087) is known color: Ocean Green. HEX triplet: 4F, B0 and 87. RGB value is (79,176,135). Sum of RGB (Red+Green+Blue) = 79+176+135=390 (51% of max value = 765). Red value is 79 (31.25% from 255 or 20.26% from 390); Green value is 176 (69.14% from 255 or 45.13% from 390); Blue value is 135 (53.12% from 255 or 34.62% from 390); Max value from RGB is 176 - color contains mainly: green. Hex color #4FB087 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4FB087 is #B04F78. Grayscale: #8E8E8E. Windows color (decimal): -11554681 or 8892495. OLE color: 8892495.

HSL color Cylindrical-coordinate representation of color #4FB087: hue angle of 154.64º degrees, saturation: 0.38, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4FB087 is Cyan = 0.55, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.31.

Color convert

RGB 79 176 135 -
CMYK 0.55 0 0.23 0.31
HSL 154.64º 0.38% 0.5% -
HSV(B) 154.64º 0.55% 0.69% -
XYZ 23.12 34.46 28.35 -
YUV 142.32 123.86 82.83 -
System Red Green Blue C M Y K H S L
Decimal 79 176 135 0.55 0 0.23 0.31 154.64 0.38 0.5
Hex 4F B0 87 37 0 17 1F 9B 26 32
Octal 117 260 207 67 0 27 37 233 46 62
Binary 1001111 10110000 10000111 110111 0 10111 11111 10011011 100110 110010

Color Harmonies of #4FB087

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4FB087

Black with #4FB087

Text Example


Text Example

White with #4FB087

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,176,135); }

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

background-color css

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

 a { background-color: rgb(79,176,135); }

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

border-color css

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

 span { border-color: rgb(79,176,135); }

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