Html Css Color HEX #4BAC7F Ocean Green

📋 copy color: '#4BAC7F'

red 75 ◦ green 172 ◦ blue 127

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

Shades of Ocean Green #4BAC7F

Tints of Ocean Green #4BAC7F

RGB

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

 GREEN value IS 172 (67.58% from 255) = 45.99%

 BLUE value IS 127 (50% from 255) = 33.96%

R = 20.05%
G = 45.99%
B = 33.96%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.26

 K value IS 0.33

RGB Variations

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

Color information

#4BAC7F (or 0x4BAC7F) is known color: Ocean Green. HEX triplet: 4B, AC and 7F. RGB value is (75,172,127). Sum of RGB (Red+Green+Blue) = 75+172+127=374 (49% of max value = 765). Red value is 75 (29.69% from 255 or 20.05% from 374); Green value is 172 (67.58% from 255 or 45.99% from 374); Blue value is 127 (50% from 255 or 33.96% from 374); Max value from RGB is 172 - color contains mainly: green. Hex color #4BAC7F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4BAC7F is #B45380. Grayscale: #898989. Windows color (decimal): -11817857 or 8367179. OLE color: 8367179.

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

Color convert

RGB 75 172 127 -
CMYK 0.56 0 0.26 0.33
HSL 152.16º 0.39% 0.48% -
HSV(B) 152.16º 0.56% 0.67% -
XYZ 21.48 32.53 25.23 -
YUV 137.87 121.86 83.16 -
System Red Green Blue C M Y K H S L
Decimal 75 172 127 0.56 0 0.26 0.33 152.16 0.39 0.48
Hex 4B AC 7F 38 0 1A 21 98 27 30
Octal 113 254 177 70 0 32 41 230 47 60
Binary 1001011 10101100 1111111 111000 0 11010 100001 10011000 100111 110000

Color Harmonies of #4BAC7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4BAC7F

Black with #4BAC7F

Text Example


Text Example

White with #4BAC7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,172,127); }

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

background-color css

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

 a { background-color: rgb(75,172,127); }

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

border-color css

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

 span { border-color: rgb(75,172,127); }

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