Html Css Color HEX #4FAF82 Ocean Green

📋 copy color: '#4FAF82'

red 79 ◦ green 175 ◦ blue 130

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

Shades of Ocean Green #4FAF82

Tints of Ocean Green #4FAF82

RGB

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

 GREEN value IS 175 (68.75% from 255) = 45.57%

 BLUE value IS 130 (51.17% from 255) = 33.85%

R = 20.57%
G = 45.57%
B = 33.85%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.26

 K value IS 0.31

RGB Variations

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

Color information

#4FAF82 (or 0x4FAF82) is known color: Ocean Green. HEX triplet: 4F, AF and 82. RGB value is (79,175,130). Sum of RGB (Red+Green+Blue) = 79+175+130=384 (50% of max value = 765). Red value is 79 (31.25% from 255 or 20.57% from 384); Green value is 175 (68.75% from 255 or 45.57% from 384); Blue value is 130 (51.17% from 255 or 33.85% from 384); Max value from RGB is 175 - color contains mainly: green. Hex color #4FAF82 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4FAF82 is #B0507D. Grayscale: #8D8D8D. Windows color (decimal): -11554942 or 8564559. OLE color: 8564559.

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

Color convert

RGB 79 175 130 -
CMYK 0.55 0 0.26 0.31
HSL 151.88º 0.38% 0.5% -
HSV(B) 151.88º 0.55% 0.69% -
XYZ 22.58 33.93 26.48 -
YUV 141.17 121.7 83.66 -
System Red Green Blue C M Y K H S L
Decimal 79 175 130 0.55 0 0.26 0.31 151.88 0.38 0.5
Hex 4F AF 82 37 0 1A 1F 98 26 32
Octal 117 257 202 67 0 32 37 230 46 62
Binary 1001111 10101111 10000010 110111 0 11010 11111 10011000 100110 110010

Color Harmonies of #4FAF82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4FAF82

Black with #4FAF82

Text Example


Text Example

White with #4FAF82

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,175,130); }

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

background-color css

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

 a { background-color: rgb(79,175,130); }

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

border-color css

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

 span { border-color: rgb(79,175,130); }

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