Html Css Color HEX #48AA71 Ocean Green

📋 copy color: '#48AA71'

red 72 ◦ green 170 ◦ blue 113

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

Shades of Ocean Green #48AA71

Tints of Ocean Green #48AA71

RGB

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

 GREEN value IS 170 (66.8% from 255) = 47.89%

 BLUE value IS 113 (44.53% from 255) = 31.83%

R = 20.28%
G = 47.89%
B = 31.83%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.34

 K value IS 0.33

RGB Variations

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

Color information

#48AA71 (or 0x48AA71) is known color: Ocean Green. HEX triplet: 48, AA and 71. RGB value is (72,170,113). Sum of RGB (Red+Green+Blue) = 72+170+113=355 (47% of max value = 765). Red value is 72 (28.52% from 255 or 20.28% from 355); Green value is 170 (66.80% from 255 or 47.89% from 355); Blue value is 113 (44.53% from 255 or 31.83% from 355); Max value from RGB is 170 - color contains mainly: green. Hex color #48AA71 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #48AA71 is #B7558E. Grayscale: #868686. Windows color (decimal): -12014991 or 7449160. OLE color: 7449160.

HSL color Cylindrical-coordinate representation of color #48AA71: hue angle of 145.1º degrees, saturation: 0.4, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #48AA71 is Cyan = 0.58, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.33.

Color convert

RGB 72 170 113 -
CMYK 0.58 0 0.34 0.33
HSL 145.1º 0.4% 0.47% -
HSV(B) 145.1º 0.58% 0.67% -
XYZ 20.03 31.32 20.61 -
YUV 134.2 116.03 83.63 -
System Red Green Blue C M Y K H S L
Decimal 72 170 113 0.58 0 0.34 0.33 145.1 0.4 0.47
Hex 48 AA 71 3A 0 22 21 91 28 2F
Octal 110 252 161 72 0 42 41 221 50 57
Binary 1001000 10101010 1110001 111010 0 100010 100001 10010001 101000 101111

Color Harmonies of #48AA71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48AA71

Black with #48AA71

Text Example


Text Example

White with #48AA71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,170,113); }

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

background-color css

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

 a { background-color: rgb(72,170,113); }

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

border-color css

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

 span { border-color: rgb(72,170,113); }

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