Html Css Color HEX #4FA07A Ocean Green

📋 copy color: '#4FA07A'

red 79 ◦ green 160 ◦ blue 122

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

Shades of Ocean Green #4FA07A

Tints of Ocean Green #4FA07A

RGB

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

 GREEN value IS 160 (62.89% from 255) = 44.32%

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

R = 21.88%
G = 44.32%
B = 33.8%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.24

 K value IS 0.37

RGB Variations

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

Color information

#4FA07A (or 0x4FA07A) is known color: Ocean Green. HEX triplet: 4F, A0 and 7A. RGB value is (79,160,122). Sum of RGB (Red+Green+Blue) = 79+160+122=361 (47% of max value = 765). Red value is 79 (31.25% from 255 or 21.88% from 361); Green value is 160 (62.89% from 255 or 44.32% from 361); Blue value is 122 (48.05% from 255 or 33.80% from 361); Max value from RGB is 160 - color contains mainly: green. Hex color #4FA07A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4FA07A is #B05F85. Grayscale: #838383. Windows color (decimal): -11558790 or 8036431. OLE color: 8036431.

HSL color Cylindrical-coordinate representation of color #4FA07A: hue angle of 151.85º degrees, saturation: 0.34, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #4FA07A is Cyan = 0.51, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.37.

Color convert

RGB 79 160 122 -
CMYK 0.51 0 0.24 0.37
HSL 151.85º 0.34% 0.47% -
HSV(B) 151.85º 0.51% 0.63% -
XYZ 19.31 28.21 22.84 -
YUV 131.45 122.66 90.59 -
System Red Green Blue C M Y K H S L
Decimal 79 160 122 0.51 0 0.24 0.37 151.85 0.34 0.47
Hex 4F A0 7A 33 0 18 25 98 22 2F
Octal 117 240 172 63 0 30 45 230 42 57
Binary 1001111 10100000 1111010 110011 0 11000 100101 10011000 100010 101111

Color Harmonies of #4FA07A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4FA07A

Black with #4FA07A

Text Example


Text Example

White with #4FA07A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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