Html Css Color HEX #4FA27C Ocean Green

📋 copy color: '#4FA27C'

red 79 ◦ green 162 ◦ blue 124

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

Shades of Ocean Green #4FA27C

Tints of Ocean Green #4FA27C

RGB

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

 GREEN value IS 162 (63.67% from 255) = 44.38%

 BLUE value IS 124 (48.83% from 255) = 33.97%

R = 21.64%
G = 44.38%
B = 33.97%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.23

 K value IS 0.36

RGB Variations

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

Color information

#4FA27C (or 0x4FA27C) is known color: Ocean Green. HEX triplet: 4F, A2 and 7C. RGB value is (79,162,124). Sum of RGB (Red+Green+Blue) = 79+162+124=365 (48% of max value = 765). Red value is 79 (31.25% from 255 or 21.64% from 365); Green value is 162 (63.67% from 255 or 44.38% from 365); Blue value is 124 (48.83% from 255 or 33.97% from 365); Max value from RGB is 162 - color contains mainly: green. Hex color #4FA27C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4FA27C is #B05D83. Grayscale: #848484. Windows color (decimal): -11558276 or 8168015. OLE color: 8168015.

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

Color convert

RGB 79 162 124 -
CMYK 0.51 0 0.23 0.36
HSL 152.53º 0.34% 0.47% -
HSV(B) 152.53º 0.51% 0.64% -
XYZ 19.78 28.96 23.62 -
YUV 132.85 123 89.59 -
System Red Green Blue C M Y K H S L
Decimal 79 162 124 0.51 0 0.23 0.36 152.53 0.34 0.47
Hex 4F A2 7C 33 0 17 24 99 22 2F
Octal 117 242 174 63 0 27 44 231 42 57
Binary 1001111 10100010 1111100 110011 0 10111 100100 10011001 100010 101111

Color Harmonies of #4FA27C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4FA27C

Black with #4FA27C

Text Example


Text Example

White with #4FA27C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,162,124); }

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

background-color css

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

 a { background-color: rgb(79,162,124); }

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

border-color css

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

 span { border-color: rgb(79,162,124); }

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