Html Css Color HEX #4BAB7D Ocean Green

📋 copy color: '#4BAB7D'

red 75 ◦ green 171 ◦ blue 125

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

Shades of Ocean Green #4BAB7D

Tints of Ocean Green #4BAB7D

RGB

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

 GREEN value IS 171 (67.19% from 255) = 46.09%

 BLUE value IS 125 (49.22% from 255) = 33.69%

R = 20.22%
G = 46.09%
B = 33.69%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.27

 K value IS 0.33

RGB Variations

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

Color information

#4BAB7D (or 0x4BAB7D) is known color: Ocean Green. HEX triplet: 4B, AB and 7D. RGB value is (75,171,125). Sum of RGB (Red+Green+Blue) = 75+171+125=371 (49% of max value = 765). Red value is 75 (29.69% from 255 or 20.22% from 371); Green value is 171 (67.19% from 255 or 46.09% from 371); Blue value is 125 (49.22% from 255 or 33.69% from 371); Max value from RGB is 171 - color contains mainly: green. Hex color #4BAB7D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4BAB7D is #B45482. Grayscale: #898989. Windows color (decimal): -11818115 or 8235851. OLE color: 8235851.

HSL color Cylindrical-coordinate representation of color #4BAB7D: hue angle of 151.25º degrees, saturation: 0.39, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #4BAB7D is Cyan = 0.56, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.33.

Color convert

RGB 75 171 125 -
CMYK 0.56 0 0.27 0.33
HSL 151.25º 0.39% 0.48% -
HSV(B) 151.25º 0.56% 0.67% -
XYZ 21.17 32.1 24.48 -
YUV 137.05 121.2 83.74 -
System Red Green Blue C M Y K H S L
Decimal 75 171 125 0.56 0 0.27 0.33 151.25 0.39 0.48
Hex 4B AB 7D 38 0 1B 21 97 27 30
Octal 113 253 175 70 0 33 41 227 47 60
Binary 1001011 10101011 1111101 111000 0 11011 100001 10010111 100111 110000

Color Harmonies of #4BAB7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4BAB7D

Black with #4BAB7D

Text Example


Text Example

White with #4BAB7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,171,125); }

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

background-color css

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

 a { background-color: rgb(75,171,125); }

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

border-color css

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

 span { border-color: rgb(75,171,125); }

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