Html Css Color HEX #48A37B Ocean Green

📋 copy color: '#48A37B'

red 72 ◦ green 163 ◦ blue 123

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

Shades of Ocean Green #48A37B

Tints of Ocean Green #48A37B

RGB

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

 GREEN value IS 163 (64.06% from 255) = 45.53%

 BLUE value IS 123 (48.44% from 255) = 34.36%

R = 20.11%
G = 45.53%
B = 34.36%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.25

 K value IS 0.36

RGB Variations

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

Color information

#48A37B (or 0x48A37B) is known color: Ocean Green. HEX triplet: 48, A3 and 7B. RGB value is (72,163,123). Sum of RGB (Red+Green+Blue) = 72+163+123=358 (47% of max value = 765). Red value is 72 (28.52% from 255 or 20.11% from 358); Green value is 163 (64.06% from 255 or 45.53% from 358); Blue value is 123 (48.44% from 255 or 34.36% from 358); Max value from RGB is 163 - color contains mainly: green. Hex color #48A37B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #48A37B is #B75C84. Grayscale: #838383. Windows color (decimal): -12016773 or 8102728. OLE color: 8102728.

HSL color Cylindrical-coordinate representation of color #48A37B: hue angle of 153.63º degrees, saturation: 0.39, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #48A37B is Cyan = 0.56, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.36.

Color convert

RGB 72 163 123 -
CMYK 0.56 0 0.25 0.36
HSL 153.63º 0.39% 0.46% -
HSV(B) 153.63º 0.56% 0.64% -
XYZ 19.34 29 23.32 -
YUV 131.23 123.35 85.75 -
System Red Green Blue C M Y K H S L
Decimal 72 163 123 0.56 0 0.25 0.36 153.63 0.39 0.46
Hex 48 A3 7B 38 0 19 24 9A 27 2E
Octal 110 243 173 70 0 31 44 232 47 56
Binary 1001000 10100011 1111011 111000 0 11001 100100 10011010 100111 101110

Color Harmonies of #48A37B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48A37B

Black with #48A37B

Text Example


Text Example

White with #48A37B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,163,123); }

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

background-color css

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

 a { background-color: rgb(72,163,123); }

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

border-color css

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

 span { border-color: rgb(72,163,123); }

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