Html Css Color HEX #48B170 Ocean Green

📋 copy color: '#48B170'

red 72 ◦ green 177 ◦ blue 112

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

Shades of Ocean Green #48B170

Tints of Ocean Green #48B170

RGB

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

 GREEN value IS 177 (69.53% from 255) = 49.03%

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

R = 19.94%
G = 49.03%
B = 31.02%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.37

 K value IS 0.31

RGB Variations

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

Color information

#48B170 (or 0x48B170) is known color: Ocean Green. HEX triplet: 48, B1 and 70. RGB value is (72,177,112). Sum of RGB (Red+Green+Blue) = 72+177+112=361 (47% of max value = 765). Red value is 72 (28.52% from 255 or 19.94% from 361); Green value is 177 (69.53% from 255 or 49.03% from 361); Blue value is 112 (44.14% from 255 or 31.02% from 361); Max value from RGB is 177 - color contains mainly: green. Hex color #48B170 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #48B170 is #B74E8F. Grayscale: #8A8A8A. Windows color (decimal): -12013200 or 7385416. OLE color: 7385416.

HSL color Cylindrical-coordinate representation of color #48B170: hue angle of 142.86º degrees, saturation: 0.42, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #48B170 is Cyan = 0.59, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.31.

Color convert

RGB 72 177 112 -
CMYK 0.59 0 0.37 0.31
HSL 142.86º 0.42% 0.49% -
HSV(B) 142.86º 0.59% 0.69% -
XYZ 21.32 33.99 20.77 -
YUV 138.2 113.21 80.79 -
System Red Green Blue C M Y K H S L
Decimal 72 177 112 0.59 0 0.37 0.31 142.86 0.42 0.49
Hex 48 B1 70 3B 0 25 1F 8F 2A 31
Octal 110 261 160 73 0 45 37 217 52 61
Binary 1001000 10110001 1110000 111011 0 100101 11111 10001111 101010 110001

Color Harmonies of #48B170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48B170

Black with #48B170

Text Example


Text Example

White with #48B170

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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