Html Css Color HEX #4FA87A Ocean Green

📋 copy color: '#4FA87A'

red 79 ◦ green 168 ◦ blue 122

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

Shades of Ocean Green #4FA87A

Tints of Ocean Green #4FA87A

RGB

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

 GREEN value IS 168 (66.02% from 255) = 45.53%

 BLUE value IS 122 (48.05% from 255) = 33.06%

R = 21.41%
G = 45.53%
B = 33.06%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.27

 K value IS 0.34

RGB Variations

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

Color information

#4FA87A (or 0x4FA87A) is known color: Ocean Green. HEX triplet: 4F, A8 and 7A. RGB value is (79,168,122). Sum of RGB (Red+Green+Blue) = 79+168+122=369 (48% of max value = 765). Red value is 79 (31.25% from 255 or 21.41% from 369); Green value is 168 (66.02% from 255 or 45.53% from 369); Blue value is 122 (48.05% from 255 or 33.06% from 369); Max value from RGB is 168 - color contains mainly: green. Hex color #4FA87A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4FA87A is #B05785. Grayscale: #888888. Windows color (decimal): -11556742 or 8038479. OLE color: 8038479.

HSL color Cylindrical-coordinate representation of color #4FA87A: hue angle of 148.99º degrees, saturation: 0.36, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #4FA87A is Cyan = 0.53, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.34.

Color convert

RGB 79 168 122 -
CMYK 0.53 0 0.27 0.34
HSL 148.99º 0.36% 0.48% -
HSV(B) 148.99º 0.53% 0.66% -
XYZ 20.74 31.07 23.32 -
YUV 136.15 120.01 87.24 -
System Red Green Blue C M Y K H S L
Decimal 79 168 122 0.53 0 0.27 0.34 148.99 0.36 0.48
Hex 4F A8 7A 35 0 1B 22 95 24 30
Octal 117 250 172 65 0 33 42 225 44 60
Binary 1001111 10101000 1111010 110101 0 11011 100010 10010101 100100 110000

Color Harmonies of #4FA87A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4FA87A

Black with #4FA87A

Text Example


Text Example

White with #4FA87A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,168,122); }

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

background-color css

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

 a { background-color: rgb(79,168,122); }

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

border-color css

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

 span { border-color: rgb(79,168,122); }

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