Html Css Color HEX #48A877 Ocean Green

📋 copy color: '#48A877'

red 72 ◦ green 168 ◦ blue 119

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

Shades of Ocean Green #48A877

Tints of Ocean Green #48A877

RGB

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

 GREEN value IS 168 (66.02% from 255) = 46.8%

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

R = 20.06%
G = 46.8%
B = 33.15%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.29

 K value IS 0.34

RGB Variations

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

Color information

#48A877 (or 0x48A877) is known color: Ocean Green. HEX triplet: 48, A8 and 77. RGB value is (72,168,119). Sum of RGB (Red+Green+Blue) = 72+168+119=359 (47% of max value = 765). Red value is 72 (28.52% from 255 or 20.06% from 359); Green value is 168 (66.02% from 255 or 46.80% from 359); Blue value is 119 (46.88% from 255 or 33.15% from 359); Max value from RGB is 168 - color contains mainly: green. Hex color #48A877 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #48A877 is #B75788. Grayscale: #858585. Windows color (decimal): -12015497 or 7841864. OLE color: 7841864.

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

Color convert

RGB 72 168 119 -
CMYK 0.57 0 0.29 0.34
HSL 149.38º 0.4% 0.47% -
HSV(B) 149.38º 0.57% 0.66% -
XYZ 20 30.71 22.33 -
YUV 133.71 119.7 83.98 -
System Red Green Blue C M Y K H S L
Decimal 72 168 119 0.57 0 0.29 0.34 149.38 0.4 0.47
Hex 48 A8 77 39 0 1D 22 95 28 2F
Octal 110 250 167 71 0 35 42 225 50 57
Binary 1001000 10101000 1110111 111001 0 11101 100010 10010101 101000 101111

Color Harmonies of #48A877

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48A877

Black with #48A877

Text Example


Text Example

White with #48A877

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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