Html Css Color HEX #48A17D Ocean Green

📋 copy color: '#48A17D'

red 72 ◦ green 161 ◦ blue 125

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

Shades of Ocean Green #48A17D

Tints of Ocean Green #48A17D

RGB

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

 GREEN value IS 161 (63.28% from 255) = 44.97%

 BLUE value IS 125 (49.22% from 255) = 34.92%

R = 20.11%
G = 44.97%
B = 34.92%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.22

 K value IS 0.37

RGB Variations

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

Color information

#48A17D (or 0x48A17D) is known color: Ocean Green. HEX triplet: 48, A1 and 7D. RGB value is (72,161,125). Sum of RGB (Red+Green+Blue) = 72+161+125=358 (47% of max value = 765). Red value is 72 (28.52% from 255 or 20.11% from 358); Green value is 161 (63.28% from 255 or 44.97% from 358); Blue value is 125 (49.22% from 255 or 34.92% from 358); Max value from RGB is 161 - color contains mainly: green. Hex color #48A17D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #48A17D is #B75E82. Grayscale: #828282. Windows color (decimal): -12017283 or 8233288. OLE color: 8233288.

HSL color Cylindrical-coordinate representation of color #48A17D: hue angle of 155.73º degrees, saturation: 0.38, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #48A17D is Cyan = 0.55, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.37.

Color convert

RGB 72 161 125 -
CMYK 0.55 0 0.22 0.37
HSL 155.73º 0.38% 0.46% -
HSV(B) 155.73º 0.55% 0.63% -
XYZ 19.12 28.35 23.87 -
YUV 130.29 125.01 86.43 -
System Red Green Blue C M Y K H S L
Decimal 72 161 125 0.55 0 0.22 0.37 155.73 0.38 0.46
Hex 48 A1 7D 37 0 16 25 9C 26 2E
Octal 110 241 175 67 0 26 45 234 46 56
Binary 1001000 10100001 1111101 110111 0 10110 100101 10011100 100110 101110

Color Harmonies of #48A17D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48A17D

Black with #48A17D

Text Example


Text Example

White with #48A17D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,161,125); }

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

background-color css

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

 a { background-color: rgb(72,161,125); }

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

border-color css

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

 span { border-color: rgb(72,161,125); }

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