#48AA67

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

Shades of Ocean Green #48AA67

Tints of Ocean Green #48AA67

Color information

#48AA67 (or 0x48AA67) is unknown color: approx Ocean Green. HEX triplet: 48, AA and 67. RGB value is (72,170,103). Sum of RGB (Red+Green+Blue) = 72+170+103=345 (45% of max value = 765). Red value is 72 (28.52% from 255 or 20.87% from 345); Green value is 170 (66.80% from 255 or 49.28% from 345); Blue value is 103 (40.62% from 255 or 29.86% from 345); Max value from RGB is 170 - color contains mainly: green. Hex color #48AA67 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #48AA67 is #B75598. Grayscale: #858585. Windows color (decimal): -12015001 or 6793800. OLE color: 6793800.

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

Color convert

RGB72170103-
CMYK0.5800.390.33
HSL138.98º40.5%47.45%-
HSV(B)138.98º57.65%66.67%-
XYZ19.531.1117.81-
YUV133.06111.0384.45-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 20.87%
GREEN value IS 170 (66.80% from 255) = 49.28%
BLUE value IS 103 (40.62% from 255) = 29.86%
R=20.87%
G=49.28%
B=29.86%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal721701030.5800.390.33138.9840.547.45
Hex48AA673A027218b282f
Octal11025214772047412135057
Binary1001000101010101100111111010010011110000110001011101000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48AA67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,170,103); }

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

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

 a { background-color: rgb(72,170,103); }

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

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

 span { border-color: rgb(72,170,103); }

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