#45A172

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

Shades of Ocean Green #45A172

Tints of Ocean Green #45A172

Color information

#45A172 (or 0x45A172) is unknown color: approx Ocean Green. HEX triplet: 45, A1 and 72. RGB value is (69,161,114). Sum of RGB (Red+Green+Blue) = 69+161+114=344 (45% of max value = 765). Red value is 69 (27.34% from 255 or 20.06% from 344); Green value is 161 (63.28% from 255 or 46.80% from 344); Blue value is 114 (44.92% from 255 or 33.14% from 344); Max value from RGB is 161 - color contains mainly: green. Hex color #45A172 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #45A172 is #BA5E8D. Grayscale: #808080. Windows color (decimal): -12213902 or 7512389. OLE color: 7512389.

HSL color Cylindrical-coordinate representation of color #45A172: hue angle of 149.35º degrees, saturation: 0.4, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #45A172 is Cyan = 0.57, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.37.

Color convert

RGB69161114-
CMYK0.5700.290.37
HSL149.35º40%45.1%-
HSV(B)149.35º57.14%63.14%-
XYZ18.2427.9720.36-
YUV128.13120.0285.82-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 20.06%
GREEN value IS 161 (63.28% from 255) = 46.80%
BLUE value IS 114 (44.92% from 255) = 33.14%
R=20.06%
G=46.80%
B=33.14%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal691611140.5700.290.37149.354045.1
Hex45A1723901D2595282d
Octal10524116271035452255055
Binary100010110100001111001011100101110110010110010101101000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45A172

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #45A172; }

 p { color: rgb(69,161,114); }

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

<style>
 a { background-color: #45A172; }

 a { background-color: rgb(69,161,114); }

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

<style>
 span { border-color: #45A172; }

 span { border-color: rgb(69,161,114); }

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