Html Css Color HEX #4FB088 Ocean Green

📋 copy color: '#4FB088'

red 79 ◦ green 176 ◦ blue 136

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

Shades of Ocean Green #4FB088

Tints of Ocean Green #4FB088

RGB

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

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

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

R = 20.2%
G = 45.01%
B = 34.78%

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

#4FB088 (or 0x4FB088) is known color: Ocean Green. HEX triplet: 4F, B0 and 88. RGB value is (79,176,136). Sum of RGB (Red+Green+Blue) = 79+176+136=391 (51% of max value = 765). Red value is 79 (31.25% from 255 or 20.20% from 391); Green value is 176 (69.14% from 255 or 45.01% from 391); Blue value is 136 (53.52% from 255 or 34.78% from 391); Max value from RGB is 176 - color contains mainly: green. Hex color #4FB088 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4FB088 is #B04F77. Grayscale: #8E8E8E. Windows color (decimal): -11554680 or 8958031. OLE color: 8958031.

HSL color Cylindrical-coordinate representation of color #4FB088: hue angle of 155.26º 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 #4FB088 is Cyan = 0.55, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.31.

Color convert

RGB 79 176 136 -
CMYK 0.55 0 0.23 0.31
HSL 155.26º 0.38% 0.5% -
HSV(B) 155.26º 0.55% 0.69% -
XYZ 23.19 34.49 28.73 -
YUV 142.44 124.36 82.75 -
System Red Green Blue C M Y K H S L
Decimal 79 176 136 0.55 0 0.23 0.31 155.26 0.38 0.5
Hex 4F B0 88 37 0 17 1F 9B 26 32
Octal 117 260 210 67 0 27 37 233 46 62
Binary 1001111 10110000 10001000 110111 0 10111 11111 10011011 100110 110010

Color Harmonies of #4FB088

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4FB088

Black with #4FB088

Text Example


Text Example

White with #4FB088

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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