Html Css Color HEX #48A068 Ocean Green

📋 copy color: '#48A068'

red 72 ◦ green 160 ◦ blue 104

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

Shades of Ocean Green #48A068

Tints of Ocean Green #48A068

RGB

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

 GREEN value IS 160 (62.89% from 255) = 47.62%

 BLUE value IS 104 (41.02% from 255) = 30.95%

R = 21.43%
G = 47.62%
B = 30.95%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.35

 K value IS 0.37

RGB Variations

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

Color information

#48A068 (or 0x48A068) is known color: Ocean Green. HEX triplet: 48, A0 and 68. RGB value is (72,160,104). Sum of RGB (Red+Green+Blue) = 72+160+104=336 (44% of max value = 765). Red value is 72 (28.52% from 255 or 21.43% from 336); Green value is 160 (62.89% from 255 or 47.62% from 336); Blue value is 104 (41.02% from 255 or 30.95% from 336); Max value from RGB is 160 - color contains mainly: green. Hex color #48A068 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #48A068 is #B75F97. Grayscale: #7F7F7F. Windows color (decimal): -12017560 or 6856776. OLE color: 6856776.

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

Color convert

RGB 72 160 104 -
CMYK 0.55 0 0.35 0.37
HSL 141.82º 0.38% 0.45% -
HSV(B) 141.82º 0.55% 0.63% -
XYZ 17.74 27.52 17.47 -
YUV 127.3 114.85 88.55 -
System Red Green Blue C M Y K H S L
Decimal 72 160 104 0.55 0 0.35 0.37 141.82 0.38 0.45
Hex 48 A0 68 37 0 23 25 8E 26 2D
Octal 110 240 150 67 0 43 45 216 46 55
Binary 1001000 10100000 1101000 110111 0 100011 100101 10001110 100110 101101

Color Harmonies of #48A068

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48A068

Black with #48A068

Text Example


Text Example

White with #48A068

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,160,104); }

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

background-color css

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

 a { background-color: rgb(72,160,104); }

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

border-color css

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

 span { border-color: rgb(72,160,104); }

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