Html Css Color HEX #48AA83 Ocean Green

📋 copy color: '#48AA83'

red 72 ◦ green 170 ◦ blue 131

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

Shades of Ocean Green #48AA83

Tints of Ocean Green #48AA83

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 35.12%

R = 19.3%
G = 45.58%
B = 35.12%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.23

 K value IS 0.33

RGB Variations

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

Color information

#48AA83 (or 0x48AA83) is known color: Ocean Green. HEX triplet: 48, AA and 83. RGB value is (72,170,131). Sum of RGB (Red+Green+Blue) = 72+170+131=373 (49% of max value = 765). Red value is 72 (28.52% from 255 or 19.30% from 373); Green value is 170 (66.80% from 255 or 45.58% from 373); Blue value is 131 (51.56% from 255 or 35.12% from 373); Max value from RGB is 170 - color contains mainly: green. Hex color #48AA83 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #48AA83 is #B7557C. Grayscale: #888888. Windows color (decimal): -12014973 or 8628808. OLE color: 8628808.

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

Color convert

RGB 72 170 131 -
CMYK 0.58 0 0.23 0.33
HSL 156.12º 0.4% 0.47% -
HSV(B) 156.12º 0.58% 0.67% -
XYZ 21.14 31.77 26.49 -
YUV 136.25 125.03 82.17 -
System Red Green Blue C M Y K H S L
Decimal 72 170 131 0.58 0 0.23 0.33 156.12 0.4 0.47
Hex 48 AA 83 3A 0 17 21 9C 28 2F
Octal 110 252 203 72 0 27 41 234 50 57
Binary 1001000 10101010 10000011 111010 0 10111 100001 10011100 101000 101111

Color Harmonies of #48AA83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48AA83

Black with #48AA83

Text Example


Text Example

White with #48AA83

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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