#48A866

Color #48A866 Ocean Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ocean Green #48A866

Tints of Ocean Green #48A866

Color information

#48A866 (or 0x48A866) is unknown color: approx Ocean Green. HEX triplet: 48, A8 and 66. RGB value is (72,168,102). Sum of RGB (Red+Green+Blue) = 72+168+102=342 (45% of max value = 765). Red value is 72 (28.52% from 255 or 21.05% from 342); Green value is 168 (66.02% from 255 or 49.12% from 342); Blue value is 102 (40.23% from 255 or 29.82% from 342); Max value from RGB is 168 - color contains mainly: green. Hex color #48A866 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #48A866 is #B75799. Grayscale: #838383. Windows color (decimal): -12015514 or 6727752. OLE color: 6727752.

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

Color convert

RGB72168102-
CMYK0.5700.390.34
HSL138.75º40%47.06%-
HSV(B)138.75º57.14%65.88%-
XYZ19.0730.3417.42-
YUV131.77111.285.37-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 21.05%
GREEN value IS 168 (66.02% from 255) = 49.12%
BLUE value IS 102 (40.23% from 255) = 29.82%
R=21.05%
G=49.12%
B=29.82%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal721681020.5700.390.34138.754047.06
Hex48A86639027228b282f
Octal11025014671047422135057
Binary1001000101010001100110111001010011110001010001011101000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48A866

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,168,102); }

 H1.HeaderClassName
 {
   color: #48A866;
 }
 .AnyTagClassName
 {
   color: #48A866;
 }
</style>
background-color css

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

 a { background-color: rgb(72,168,102); }

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

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

 span { border-color: rgb(72,168,102); }

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