Html Css Color HEX #48B47A Ocean Green

📋 copy color: '#48B47A'

red 72 ◦ green 180 ◦ blue 122

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

Shades of Ocean Green #48B47A

Tints of Ocean Green #48B47A

RGB

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

 GREEN value IS 180 (70.7% from 255) = 48.13%

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

R = 19.25%
G = 48.13%
B = 32.62%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.32

 K value IS 0.29

RGB Variations

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

Color information

#48B47A (or 0x48B47A) is known color: Ocean Green. HEX triplet: 48, B4 and 7A. RGB value is (72,180,122). Sum of RGB (Red+Green+Blue) = 72+180+122=374 (49% of max value = 765). Red value is 72 (28.52% from 255 or 19.25% from 374); Green value is 180 (70.70% from 255 or 48.13% from 374); Blue value is 122 (48.05% from 255 or 32.62% from 374); Max value from RGB is 180 - color contains mainly: green. Hex color #48B47A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #48B47A is #B74B85. Grayscale: #8D8D8D. Windows color (decimal): -12012422 or 8041544. OLE color: 8041544.

HSL color Cylindrical-coordinate representation of color #48B47A: hue angle of 147.78º degrees, saturation: 0.43, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #48B47A is Cyan = 0.60, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.29.

Color convert

RGB 72 180 122 -
CMYK 0.60 0 0.32 0.29
HSL 147.78º 0.43% 0.49% -
HSV(B) 147.78º 0.6% 0.71% -
XYZ 22.51 35.43 24.06 -
YUV 141.1 117.22 78.72 -
System Red Green Blue C M Y K H S L
Decimal 72 180 122 0.60 0 0.32 0.29 147.78 0.43 0.49
Hex 48 B4 7A 3C 0 20 1D 94 2B 31
Octal 110 264 172 74 0 40 35 224 53 61
Binary 1001000 10110100 1111010 111100 0 100000 11101 10010100 101011 110001

Color Harmonies of #48B47A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48B47A

Black with #48B47A

Text Example


Text Example

White with #48B47A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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