Html Css Color HEX #48AB74 Ocean Green

📋 copy color: '#48AB74'

red 72 ◦ green 171 ◦ blue 116

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

Shades of Ocean Green #48AB74

Tints of Ocean Green #48AB74

RGB

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

 GREEN value IS 171 (67.19% from 255) = 47.63%

 BLUE value IS 116 (45.7% from 255) = 32.31%

R = 20.06%
G = 47.63%
B = 32.31%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.32

 K value IS 0.33

RGB Variations

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

Color information

#48AB74 (or 0x48AB74) is known color: Ocean Green. HEX triplet: 48, AB and 74. RGB value is (72,171,116). Sum of RGB (Red+Green+Blue) = 72+171+116=359 (47% of max value = 765). Red value is 72 (28.52% from 255 or 20.06% from 359); Green value is 171 (67.19% from 255 or 47.63% from 359); Blue value is 116 (45.70% from 255 or 32.31% from 359); Max value from RGB is 171 - color contains mainly: green. Hex color #48AB74 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #48AB74 is #B7548B. Grayscale: #878787. Windows color (decimal): -12014732 or 7646024. OLE color: 7646024.

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

Color convert

RGB 72 171 116 -
CMYK 0.58 0 0.32 0.33
HSL 146.67º 0.41% 0.48% -
HSV(B) 146.67º 0.58% 0.67% -
XYZ 20.39 31.76 21.58 -
YUV 135.13 117.2 82.97 -
System Red Green Blue C M Y K H S L
Decimal 72 171 116 0.58 0 0.32 0.33 146.67 0.41 0.48
Hex 48 AB 74 3A 0 20 21 93 29 30
Octal 110 253 164 72 0 40 41 223 51 60
Binary 1001000 10101011 1110100 111010 0 100000 100001 10010011 101001 110000

Color Harmonies of #48AB74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48AB74

Black with #48AB74

Text Example


Text Example

White with #48AB74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,171,116); }

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

background-color css

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

 a { background-color: rgb(72,171,116); }

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

border-color css

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

 span { border-color: rgb(72,171,116); }

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