Html Css Color HEX #48A678 Ocean Green

📋 copy color: '#48A678'

red 72 ◦ green 166 ◦ blue 120

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

Shades of Ocean Green #48A678

Tints of Ocean Green #48A678

RGB

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

 GREEN value IS 166 (65.23% from 255) = 46.37%

 BLUE value IS 120 (47.27% from 255) = 33.52%

R = 20.11%
G = 46.37%
B = 33.52%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.28

 K value IS 0.35

RGB Variations

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

Color information

#48A678 (or 0x48A678) is known color: Ocean Green. HEX triplet: 48, A6 and 78. RGB value is (72,166,120). Sum of RGB (Red+Green+Blue) = 72+166+120=358 (47% of max value = 765). Red value is 72 (28.52% from 255 or 20.11% from 358); Green value is 166 (65.23% from 255 or 46.37% from 358); Blue value is 120 (47.27% from 255 or 33.52% from 358); Max value from RGB is 166 - color contains mainly: green. Hex color #48A678 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #48A678 is #B75987. Grayscale: #848484. Windows color (decimal): -12016008 or 7906888. OLE color: 7906888.

HSL color Cylindrical-coordinate representation of color #48A678: hue angle of 150.64º degrees, saturation: 0.39, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #48A678 is Cyan = 0.57, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.35.

Color convert

RGB 72 166 120 -
CMYK 0.57 0 0.28 0.35
HSL 150.64º 0.39% 0.47% -
HSV(B) 150.64º 0.57% 0.65% -
XYZ 19.7 30.01 22.52 -
YUV 132.65 120.86 84.74 -
System Red Green Blue C M Y K H S L
Decimal 72 166 120 0.57 0 0.28 0.35 150.64 0.39 0.47
Hex 48 A6 78 39 0 1C 23 97 27 2F
Octal 110 246 170 71 0 34 43 227 47 57
Binary 1001000 10100110 1111000 111001 0 11100 100011 10010111 100111 101111

Color Harmonies of #48A678

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48A678

Black with #48A678

Text Example


Text Example

White with #48A678

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,166,120); }

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

background-color css

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

 a { background-color: rgb(72,166,120); }

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

border-color css

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

 span { border-color: rgb(72,166,120); }

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