Html Css Color HEX #48B57C Ocean Green

📋 copy color: '#48B57C'

red 72 ◦ green 181 ◦ blue 124

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

Shades of Ocean Green #48B57C

Tints of Ocean Green #48B57C

RGB

 RED value IS 72 (28.52% from 255) = 19.1%

 GREEN value IS 181 (71.09% from 255) = 48.01%

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

R = 19.1%
G = 48.01%
B = 32.89%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.31

 K value IS 0.29

RGB Variations

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

Color information

#48B57C (or 0x48B57C) is known color: Ocean Green. HEX triplet: 48, B5 and 7C. RGB value is (72,181,124). Sum of RGB (Red+Green+Blue) = 72+181+124=377 (49% of max value = 765). Red value is 72 (28.52% from 255 or 19.10% from 377); Green value is 181 (71.09% from 255 or 48.01% from 377); Blue value is 124 (48.83% from 255 or 32.89% from 377); Max value from RGB is 181 - color contains mainly: green. Hex color #48B57C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #48B57C is #B74A83. Grayscale: #8E8E8E. Windows color (decimal): -12012164 or 8172872. OLE color: 8172872.

HSL color Cylindrical-coordinate representation of color #48B57C: hue angle of 148.62º degrees, saturation: 0.43, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #48B57C is Cyan = 0.60, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.29.

Color convert

RGB 72 181 124 -
CMYK 0.60 0 0.31 0.29
HSL 148.62º 0.43% 0.5% -
HSV(B) 148.62º 0.6% 0.71% -
XYZ 22.83 35.88 24.79 -
YUV 141.91 117.89 78.13 -
System Red Green Blue C M Y K H S L
Decimal 72 181 124 0.60 0 0.31 0.29 148.62 0.43 0.5
Hex 48 B5 7C 3C 0 1F 1D 95 2B 32
Octal 110 265 174 74 0 37 35 225 53 62
Binary 1001000 10110101 1111100 111100 0 11111 11101 10010101 101011 110010

Color Harmonies of #48B57C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48B57C

Black with #48B57C

Text Example


Text Example

White with #48B57C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #48B57C; }

 p { color: rgb(72,181,124); }

 H1.HeaderClassName
 {
   color: #48B57C;
 }
 .AnyTagClassName
 {
   color: #48B57C;
 }
</style>

background-color css

<style>
 a { background-color: #48B57C; }

 a { background-color: rgb(72,181,124); }

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

border-color css

<style>
 span { border-color: #48B57C; }

 span { border-color: rgb(72,181,124); }

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