Html Css Color HEX #48A37E Ocean Green

📋 copy color: '#48A37E'

red 72 ◦ green 163 ◦ blue 126

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

Shades of Ocean Green #48A37E

Tints of Ocean Green #48A37E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 34.9%

R = 19.94%
G = 45.15%
B = 34.9%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.23

 K value IS 0.36

RGB Variations

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

Color information

#48A37E (or 0x48A37E) is known color: Ocean Green. HEX triplet: 48, A3 and 7E. RGB value is (72,163,126). Sum of RGB (Red+Green+Blue) = 72+163+126=361 (47% of max value = 765). Red value is 72 (28.52% from 255 or 19.94% from 361); Green value is 163 (64.06% from 255 or 45.15% from 361); Blue value is 126 (49.61% from 255 or 34.90% from 361); Max value from RGB is 163 - color contains mainly: green. Hex color #48A37E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #48A37E is #B75C81. Grayscale: #838383. Windows color (decimal): -12016770 or 8299336. OLE color: 8299336.

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

Color convert

RGB 72 163 126 -
CMYK 0.56 0 0.23 0.36
HSL 155.6º 0.39% 0.46% -
HSV(B) 155.6º 0.56% 0.64% -
XYZ 19.54 29.08 24.32 -
YUV 131.57 124.85 85.51 -
System Red Green Blue C M Y K H S L
Decimal 72 163 126 0.56 0 0.23 0.36 155.6 0.39 0.46
Hex 48 A3 7E 38 0 17 24 9C 27 2E
Octal 110 243 176 70 0 27 44 234 47 56
Binary 1001000 10100011 1111110 111000 0 10111 100100 10011100 100111 101110

Color Harmonies of #48A37E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48A37E

Black with #48A37E

Text Example


Text Example

White with #48A37E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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