Html Css Color HEX #48AD7A Ocean Green

📋 copy color: '#48AD7A'

red 72 ◦ green 173 ◦ blue 122

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

Shades of Ocean Green #48AD7A

Tints of Ocean Green #48AD7A

RGB

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

 GREEN value IS 173 (67.97% from 255) = 47.14%

 BLUE value IS 122 (48.05% from 255) = 33.24%

R = 19.62%
G = 47.14%
B = 33.24%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.29

 K value IS 0.32

RGB Variations

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

Color information

#48AD7A (or 0x48AD7A) is known color: Ocean Green. HEX triplet: 48, AD and 7A. RGB value is (72,173,122). Sum of RGB (Red+Green+Blue) = 72+173+122=367 (48% of max value = 765). Red value is 72 (28.52% from 255 or 19.62% from 367); Green value is 173 (67.97% from 255 or 47.14% from 367); Blue value is 122 (48.05% from 255 or 33.24% from 367); Max value from RGB is 173 - color contains mainly: green. Hex color #48AD7A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #48AD7A is #B75285. Grayscale: #898989. Windows color (decimal): -12014214 or 8039752. OLE color: 8039752.

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

Color convert

RGB 72 173 122 -
CMYK 0.58 0 0.29 0.32
HSL 149.7º 0.41% 0.48% -
HSV(B) 149.7º 0.58% 0.68% -
XYZ 21.13 32.67 23.6 -
YUV 136.99 119.54 81.65 -
System Red Green Blue C M Y K H S L
Decimal 72 173 122 0.58 0 0.29 0.32 149.7 0.41 0.48
Hex 48 AD 7A 3A 0 1D 20 96 29 30
Octal 110 255 172 72 0 35 40 226 51 60
Binary 1001000 10101101 1111010 111010 0 11101 100000 10010110 101001 110000

Color Harmonies of #48AD7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48AD7A

Black with #48AD7A

Text Example


Text Example

White with #48AD7A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,173,122); }

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

background-color css

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

 a { background-color: rgb(72,173,122); }

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

border-color css

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

 span { border-color: rgb(72,173,122); }

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