Html Css Color HEX #48AA77 Ocean Green

📋 copy color: '#48AA77'

red 72 ◦ green 170 ◦ blue 119

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

Shades of Ocean Green #48AA77

Tints of Ocean Green #48AA77

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 32.96%

R = 19.94%
G = 47.09%
B = 32.96%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.3

 K value IS 0.33

RGB Variations

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

Color information

#48AA77 (or 0x48AA77) is known color: Ocean Green. HEX triplet: 48, AA and 77. RGB value is (72,170,119). Sum of RGB (Red+Green+Blue) = 72+170+119=361 (47% of max value = 765). Red value is 72 (28.52% from 255 or 19.94% from 361); Green value is 170 (66.80% from 255 or 47.09% from 361); Blue value is 119 (46.88% from 255 or 32.96% from 361); Max value from RGB is 170 - color contains mainly: green. Hex color #48AA77 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #48AA77 is #B75588. Grayscale: #868686. Windows color (decimal): -12014985 or 7842376. OLE color: 7842376.

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

Color convert

RGB 72 170 119 -
CMYK 0.58 0 0.3 0.33
HSL 148.78º 0.4% 0.47% -
HSV(B) 148.78º 0.58% 0.67% -
XYZ 20.38 31.46 22.45 -
YUV 134.88 119.03 83.15 -
System Red Green Blue C M Y K H S L
Decimal 72 170 119 0.58 0 0.3 0.33 148.78 0.4 0.47
Hex 48 AA 77 3A 0 1E 21 95 28 2F
Octal 110 252 167 72 0 36 41 225 50 57
Binary 1001000 10101010 1110111 111010 0 11110 100001 10010101 101000 101111

Color Harmonies of #48AA77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48AA77

Black with #48AA77

Text Example


Text Example

White with #48AA77

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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