#48AC66

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

Shades of Ocean Green #48AC66

Tints of Ocean Green #48AC66

Color information

#48AC66 (or 0x48AC66) is unknown color: approx Ocean Green. HEX triplet: 48, AC and 66. RGB value is (72,172,102). Sum of RGB (Red+Green+Blue) = 72+172+102=346 (45% of max value = 765). Red value is 72 (28.52% from 255 or 20.81% from 346); Green value is 172 (67.58% from 255 or 49.71% from 346); Blue value is 102 (40.23% from 255 or 29.48% from 346); Max value from RGB is 172 - color contains mainly: green. Hex color #48AC66 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #48AC66 is #B75399. Grayscale: #868686. Windows color (decimal): -12014490 or 6728776. OLE color: 6728776.

HSL color Cylindrical-coordinate representation of color #48AC66: hue angle of 138º degrees, saturation: 0.41, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #48AC66 is Cyan = 0.58, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.33.

Color convert

RGB72172102-
CMYK0.5800.410.33
HSL138º40.98%47.84%-
HSV(B)138º58.14%67.45%-
XYZ19.8231.8417.67-
YUV134.12109.8783.69-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 20.81%
GREEN value IS 172 (67.58% from 255) = 49.71%
BLUE value IS 102 (40.23% from 255) = 29.48%
R=20.81%
G=49.71%
B=29.48%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal721721020.5800.410.3313840.9847.84
Hex48AC663A029218a2930
Octal11025414672051412125160
Binary1001000101011001100110111010010100110000110001010101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48AC66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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