Html Css Color HEX #48AB7A Ocean Green

📋 copy color: '#48AB7A'

red 72 ◦ green 171 ◦ blue 122

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

Shades of Ocean Green #48AB7A

Tints of Ocean Green #48AB7A

RGB

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

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

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

R = 19.73%
G = 46.85%
B = 33.42%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.29

 K value IS 0.33

RGB Variations

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

Color information

#48AB7A (or 0x48AB7A) is known color: Ocean Green. HEX triplet: 48, AB and 7A. RGB value is (72,171,122). Sum of RGB (Red+Green+Blue) = 72+171+122=365 (48% of max value = 765). Red value is 72 (28.52% from 255 or 19.73% from 365); Green value is 171 (67.19% from 255 or 46.85% from 365); Blue value is 122 (48.05% from 255 or 33.42% from 365); Max value from RGB is 171 - color contains mainly: green. Hex color #48AB7A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #48AB7A is #B75485. Grayscale: #878787. Windows color (decimal): -12014726 or 8039240. OLE color: 8039240.

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

Color convert

RGB 72 171 122 -
CMYK 0.58 0 0.29 0.33
HSL 150.3º 0.41% 0.48% -
HSV(B) 150.3º 0.58% 0.67% -
XYZ 20.75 31.91 23.48 -
YUV 135.81 120.2 82.48 -
System Red Green Blue C M Y K H S L
Decimal 72 171 122 0.58 0 0.29 0.33 150.3 0.41 0.48
Hex 48 AB 7A 3A 0 1D 21 96 29 30
Octal 110 253 172 72 0 35 41 226 51 60
Binary 1001000 10101011 1111010 111010 0 11101 100001 10010110 101001 110000

Color Harmonies of #48AB7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48AB7A

Black with #48AB7A

Text Example


Text Example

White with #48AB7A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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