Html Css Color HEX #4BAF81 Ocean Green

📋 copy color: '#4BAF81'

red 75 ◦ green 175 ◦ blue 129

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

Shades of Ocean Green #4BAF81

Tints of Ocean Green #4BAF81

RGB

 RED value IS 75 (29.69% from 255) = 19.79%

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

 BLUE value IS 129 (50.78% from 255) = 34.04%

R = 19.79%
G = 46.17%
B = 34.04%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.26

 K value IS 0.31

RGB Variations

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

Color information

#4BAF81 (or 0x4BAF81) is known color: Ocean Green. HEX triplet: 4B, AF and 81. RGB value is (75,175,129). Sum of RGB (Red+Green+Blue) = 75+175+129=379 (50% of max value = 765). Red value is 75 (29.69% from 255 or 19.79% from 379); Green value is 175 (68.75% from 255 or 46.17% from 379); Blue value is 129 (50.78% from 255 or 34.04% from 379); Max value from RGB is 175 - color contains mainly: green. Hex color #4BAF81 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4BAF81 is #B4507E. Grayscale: #8B8B8B. Windows color (decimal): -11817087 or 8499019. OLE color: 8499019.

HSL color Cylindrical-coordinate representation of color #4BAF81: hue angle of 152.4º degrees, saturation: 0.4, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #4BAF81 is Cyan = 0.57, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.31.

Color convert

RGB 75 175 129 -
CMYK 0.57 0 0.26 0.31
HSL 152.4º 0.4% 0.49% -
HSV(B) 152.4º 0.57% 0.69% -
XYZ 22.19 33.74 26.11 -
YUV 139.86 121.87 81.74 -
System Red Green Blue C M Y K H S L
Decimal 75 175 129 0.57 0 0.26 0.31 152.4 0.4 0.49
Hex 4B AF 81 39 0 1A 1F 98 28 31
Octal 113 257 201 71 0 32 37 230 50 61
Binary 1001011 10101111 10000001 111001 0 11010 11111 10011000 101000 110001

Color Harmonies of #4BAF81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4BAF81

Black with #4BAF81

Text Example


Text Example

White with #4BAF81

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,175,129); }

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

background-color css

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

 a { background-color: rgb(75,175,129); }

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

border-color css

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

 span { border-color: rgb(75,175,129); }

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