Html Css Color HEX #48AD70 Ocean Green

📋 copy color: '#48AD70'

red 72 ◦ green 173 ◦ blue 112

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

Shades of Ocean Green #48AD70

Tints of Ocean Green #48AD70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 31.37%

R = 20.17%
G = 48.46%
B = 31.37%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.35

 K value IS 0.32

RGB Variations

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

Color information

#48AD70 (or 0x48AD70) is known color: Ocean Green. HEX triplet: 48, AD and 70. RGB value is (72,173,112). Sum of RGB (Red+Green+Blue) = 72+173+112=357 (47% of max value = 765). Red value is 72 (28.52% from 255 or 20.17% from 357); Green value is 173 (67.97% from 255 or 48.46% from 357); Blue value is 112 (44.14% from 255 or 31.37% from 357); Max value from RGB is 173 - color contains mainly: green. Hex color #48AD70 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #48AD70 is #B7528F. Grayscale: #878787. Windows color (decimal): -12014224 or 7384392. OLE color: 7384392.

HSL color Cylindrical-coordinate representation of color #48AD70: hue angle of 143.76º 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 #48AD70 is Cyan = 0.58, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.32.

Color convert

RGB 72 173 112 -
CMYK 0.58 0 0.35 0.32
HSL 143.76º 0.41% 0.48% -
HSV(B) 143.76º 0.58% 0.68% -
XYZ 20.54 32.43 20.51 -
YUV 135.85 114.54 82.46 -
System Red Green Blue C M Y K H S L
Decimal 72 173 112 0.58 0 0.35 0.32 143.76 0.41 0.48
Hex 48 AD 70 3A 0 23 20 90 29 30
Octal 110 255 160 72 0 43 40 220 51 60
Binary 1001000 10101101 1110000 111010 0 100011 100000 10010000 101001 110000

Color Harmonies of #48AD70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48AD70

Black with #48AD70

Text Example


Text Example

White with #48AD70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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