Html Css Color HEX #48AB77 Ocean Green

📋 copy color: '#48AB77'

red 72 ◦ green 171 ◦ blue 119

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

Shades of Ocean Green #48AB77

Tints of Ocean Green #48AB77

RGB

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

 GREEN value IS 171 (67.19% from 255) = 47.24%

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

R = 19.89%
G = 47.24%
B = 32.87%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.30

 K value IS 0.33

RGB Variations

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

Color information

#48AB77 (or 0x48AB77) is known color: Ocean Green. HEX triplet: 48, AB and 77. RGB value is (72,171,119). Sum of RGB (Red+Green+Blue) = 72+171+119=362 (47% of max value = 765). Red value is 72 (28.52% from 255 or 19.89% from 362); Green value is 171 (67.19% from 255 or 47.24% from 362); Blue value is 119 (46.88% from 255 or 32.87% from 362); Max value from RGB is 171 - color contains mainly: green. Hex color #48AB77 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #48AB77 is #B75488. Grayscale: #878787. Windows color (decimal): -12014729 or 7842632. OLE color: 7842632.

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

Color convert

RGB 72 171 119 -
CMYK 0.58 0 0.30 0.33
HSL 148.48º 0.41% 0.48% -
HSV(B) 148.48º 0.58% 0.67% -
XYZ 20.57 31.84 22.51 -
YUV 135.47 118.7 82.73 -
System Red Green Blue C M Y K H S L
Decimal 72 171 119 0.58 0 0.30 0.33 148.48 0.41 0.48
Hex 48 AB 77 3A 0 1E 21 94 29 30
Octal 110 253 167 72 0 36 41 224 51 60
Binary 1001000 10101011 1110111 111010 0 11110 100001 10010100 101001 110000

Color Harmonies of #48AB77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48AB77

Black with #48AB77

Text Example


Text Example

White with #48AB77

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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