Html Css Color HEX #48A680 Ocean Green

📋 copy color: '#48A680'

red 72 ◦ green 166 ◦ blue 128

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

Shades of Ocean Green #48A680

Tints of Ocean Green #48A680

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 34.97%

R = 19.67%
G = 45.36%
B = 34.97%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.23

 K value IS 0.35

RGB Variations

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

Color information

#48A680 (or 0x48A680) is known color: Ocean Green. HEX triplet: 48, A6 and 80. RGB value is (72,166,128). Sum of RGB (Red+Green+Blue) = 72+166+128=366 (48% of max value = 765). Red value is 72 (28.52% from 255 or 19.67% from 366); Green value is 166 (65.23% from 255 or 45.36% from 366); Blue value is 128 (50.39% from 255 or 34.97% from 366); Max value from RGB is 166 - color contains mainly: green. Hex color #48A680 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #48A680 is #B7597F. Grayscale: #858585. Windows color (decimal): -12016000 or 8431176. OLE color: 8431176.

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

Color convert

RGB 72 166 128 -
CMYK 0.57 0 0.23 0.35
HSL 155.74º 0.39% 0.47% -
HSV(B) 155.74º 0.57% 0.65% -
XYZ 20.2 30.21 25.19 -
YUV 133.56 124.86 84.09 -
System Red Green Blue C M Y K H S L
Decimal 72 166 128 0.57 0 0.23 0.35 155.74 0.39 0.47
Hex 48 A6 80 39 0 17 23 9C 27 2F
Octal 110 246 200 71 0 27 43 234 47 57
Binary 1001000 10100110 10000000 111001 0 10111 100011 10011100 100111 101111

Color Harmonies of #48A680

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48A680

Black with #48A680

Text Example


Text Example

White with #48A680

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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