Html Css Color HEX #48AD78 Ocean Green

📋 copy color: '#48AD78'

red 72 ◦ green 173 ◦ blue 120

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

Shades of Ocean Green #48AD78

Tints of Ocean Green #48AD78

RGB

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

 GREEN value IS 173 (67.97% from 255) = 47.4%

 BLUE value IS 120 (47.27% from 255) = 32.88%

R = 19.73%
G = 47.4%
B = 32.88%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.31

 K value IS 0.32

RGB Variations

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

Color information

#48AD78 (or 0x48AD78) is known color: Ocean Green. HEX triplet: 48, AD and 78. RGB value is (72,173,120). Sum of RGB (Red+Green+Blue) = 72+173+120=365 (48% of max value = 765). Red value is 72 (28.52% from 255 or 19.73% from 365); Green value is 173 (67.97% from 255 or 47.40% from 365); Blue value is 120 (47.27% from 255 or 32.88% from 365); Max value from RGB is 173 - color contains mainly: green. Hex color #48AD78 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #48AD78 is #B75287. Grayscale: #888888. Windows color (decimal): -12014216 or 7908680. OLE color: 7908680.

HSL color Cylindrical-coordinate representation of color #48AD78: hue angle of 148.51º degrees, saturation: 0.41, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #48AD78 is Cyan = 0.58, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.32.

Color convert

RGB 72 173 120 -
CMYK 0.58 0 0.31 0.32
HSL 148.51º 0.41% 0.48% -
HSV(B) 148.51º 0.58% 0.68% -
XYZ 21.01 32.62 22.96 -
YUV 136.76 118.54 81.81 -
System Red Green Blue C M Y K H S L
Decimal 72 173 120 0.58 0 0.31 0.32 148.51 0.41 0.48
Hex 48 AD 78 3A 0 1F 20 95 29 30
Octal 110 255 170 72 0 37 40 225 51 60
Binary 1001000 10101101 1111000 111010 0 11111 100000 10010101 101001 110000

Color Harmonies of #48AD78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48AD78

Black with #48AD78

Text Example


Text Example

White with #48AD78

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,173,120); }

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

background-color css

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

 a { background-color: rgb(72,173,120); }

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

border-color css

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

 span { border-color: rgb(72,173,120); }

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